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

Discussion :: Object Oriented Programming Using C++

  1. If a derived class uses the public access specifier, then _____

  2. A.
    public base class members remain public in the derived class
    B.
    protected base class members become public in the derived class
    C.
    both (a) and (b)
    D.
    neither (a) nor (b)

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment