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

Discussion :: Constructors and Destructors

  1. A class's __________ is called when an object is destroyed.

  2. A.
    constructor
    B.
    destructor
    C.
    assignment function
    D.
    copy constructor

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment