Multiple Choice
Which superclass members are inherited by all subclasses of that superclass?
A) private instance variables and methods.
B) protected instance variables and methods.
C) private constructors.
D) protected constructors.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Every class in Java, except _, extends
Q4: When overriding a superclass method and calling
Q5: Private fields of a superclass can be
Q6: An advantage of inheritance is that:<br>A) All
Q7: Using the protected keyword also gives a
Q9: Inheritance is also known as the<br>A) knows-a
Q10: Which statement is true when a superclass
Q11: The default implementation of method clone of
Q12: To avoid duplicating code, use _, rather
Q13: Which of the following is the superclass