Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. When a class serves as a base class to others, _____

  2. A.
    all of its members are inherited
    B.
    all of its members are inherited, except for any private members
    C.
    all of its members are inherited, except for any protected members
    D.
    None of its members is inherited unless specifically "listed

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment