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

Discussion :: Object Oriented Programming Using C++

  1. When you create a derived class and instantiate an object _____

  2. A.
    the parent class object must be constructed first
    B.
    the child class object must be constructed first
    C.
    the parent class object must not be constructed
    D.
    the child class object must not be constructed

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment