Multiple Choice
Which of the following is NOT a step in using inheritance to create a subclass?
A) delete the methods that do not change
B) duplicate redundant instance variables
C) modify the code for methods that change
D) add any new methods
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Programming languages such as Java include a
Q11: An instance variable is considered redundant if
Q12: In the following code for the ArrayBag
Q13: The easiest way to take advantage of
Q14: Which of the following is true about
Q16: When you finish writing the abstract class,
Q17: To distinguish a method in the parent
Q18: What method is called when the in
Q19: In the case of the AbstractCollection class,
Q20: When a class is customized using inheritance,