Question: When identifying the proper instance variables to use in the design of an inheritance hierarchy, how do you decide where in the hierarchy a variable
When identifying the proper instance variables to use in the design of an inheritance hierarchy, how do you decide where in the hierarchy a variable should be placed?
Instance variables should only be declared in the superclass and then accessed using the super keyword.
Instance variables should only be declared in subclasses.
Instance variables that are common to all classes should be placed at the base of the hierarchy.
Instance variables that are relevant to only one class should be placed at the base of the hierarchy.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
