Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started