Which of the following does **NOT" belong: If a class inherits from some other class, it should Make use of the parent c
Posted: Sun May 15, 2022 1:58 pm
Which of the following does **NOT" belong: If a class inherits from some other class, it should Make use of the parent class's capabilities o Over-ride or add the minimum to accomplish the derived class' purpose O Over-ride all the methods of its parent class Make sure the result "IS-A-KIND-OF its base class O Make sure the result "contains its base class