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

Discussion :: Constructors and Destructors

  1. For automatic objects, constructors and destructors are called each time the objects

  2. A.
    enter and leave scope
    B.
    inherit parent class
    C.
    are constructed
    D.
    are destroyed

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment