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

Discussion :: Constructors and Destructors

  1. Which of the following gets called when an object is being created?

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

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment