12-2-8: Consider the following class declarations. Which statements are true?
a sub class needs to create their own constructurs- they do not inherit constructors from super class
12-2-8: Consider the following class declarations. Which statements are true?
a sub class needs to create their own constructurs- they do not inherit constructors from super class
12-2-6: Consider the following block of code. What value is returned from solution(5)?
go over
12-2-4: Which of these loops will output 01234?
go over
Using DeMorgan's Law we negate everything. This includes our AND statement (which becomes an OR) and everything inside both parentheses.
using demorgans laws (distributive property in coding) "and" and "or" switch
super(2*g);
how does this super know to go to the super classes constructor?