Multiple Choice
Which of the following would make the subclass Clubs more functional than its superclass Extracurriculars?
A) Define new fields and methods.
B) Create another instance variable (?) that includes intramural sports.
C) Add a variable that identifies whether clubs are available only by students.
D) All of these would make the subclass more functional.
Correct Answer:

Verified
Correct Answer:
Verified
Q41: Why does Java provide a protected access
Q42: Private fields and methods are inherited.
Q43: An interface can contain instance variables.
Q44: Assuming that class B inherits from class
Q45: Which keyword do we use in the
Q47: Why would you want to override a
Q48: A class must implement at least one
Q49: Which of the following is the correct
Q50: Abstract methods can be called.
Q51: We can instantiate an object from an