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

Discussion :: Object Oriented Programming Using C++

  1. Assume a class Derv that is privately derived from class Base. An object of class Derv located in main() can access

  2. A.
    public members of Base
    B.
    protected members of Base
    C.
    private members of Base
    D.
    public members of Derv

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment