Discussion :: Java 8
- Which of the following does not belong: If a class inherits from some other class, it should
A.
Make use of the parent class's capabilities
|
B.
Over-ride or add the minimum to accomplish the derived class' purpose
|
C.
Over-ride all the methods of its parent class
|
D.
Make sure the result IS-A-KIND-OF" its base class
|
Answer : Option C
Explanation :
Be The First To Comment