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

Discussion :: Constructors and Destructors

  1. Which of the following statement is correct?

  2. A.
    Destructor destroys only integer data members of the object.
    B.
    Destructor destroys only float data members of the object.
    C.
    Destructor destroys only pointer data members of the object.
    D.
    Destructor destroys the complete object.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment