Which of the following does not belong: If a class inherits from some other class, it should A. Over-ride all the methods of its parent class B. Make use of the parent class’s capabilities C. Over-ride or add the minimum to accomplish the derived class’ purpose D. Make sure the result “IS-A-KIND-OF” its base class Answer Workspace Report Discuss Answer with explanation Answer: Option A Explanation Over-ride all the methods of its parent class Workspace
Discuss about the question