A good answer might be:Yes. Since the child did not define a method with the same signature and same return type as the parent, it must be declared to be abstract. It is OK to have an abstract child of an abstract parent. |
Card Hierarchy
|
QUESTION 5:(Review: ) When a method is invoked as here: what determines the exact method that is run? The class of the reference variable or the class of the object? Click Here after you have answered the questionreferenceVariable.greeting() |