Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. What does derived class does not inherit from the base class?
  2. A.
    constructor and destructor
    B.
    friends
    C.
    operator = () members
    D.
    all of the mentioned

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The derived class inherit everything from the base class except the given things.


Be The First To Comment