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

Discussion :: Constructors and Destructors

  1. Destructors __________ for automatic objects if the program terminates with a call to function exit or function abort.

  2. A.
    are called
    B.
    are inherited
    C.
    are not called
    D.
    are created

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment