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

Discussion :: Constructors and Destructors

  1. Which of the following gets called when an object goes out of scope?

  2. A.
    constructor
    B.
    destructor
    C.
    main
    D.
    virtual function

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment