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

Discussion :: Object Oriented Programming Using C++

  1. When you instantiate a derived class object, a constructor for the derived class _____

  2. A.
    is not called
    B.
    is called prior to the base class constructor
    C.
    is called simultaneously with the base class constructor
    D.
    None of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment