Home / C++ Programming / Constructors and Destructors :: Discussion

Discussion :: Constructors and Destructors

  1. Which of the following statement is correct whenever an object goes out of scope?

  2. A.
    The default constructor of the object is called.
    B.
    The parameterized destructor is called.
    C.
    The default destructor of the object is called.
    D.
    None of the above.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment