Home / CSE MCQs / Java 8 :: Discussion

Discussion :: Java 8

  1. Which of the following does not belong: If a class inherits from some other class, it should
  2. 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

    View Answer

    Workspace

    Answer : Option C

    Explanation :



Be The First To Comment