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

Discussion :: Constructors and Destructors

  1. Destructor calls are made in which order of the corresponding constructor calls?

  2. A.
    Reverse order
    B.
    Forward order
    C.
    Depends on how the object is constructed
    D.
    Depends on how many objects are constructed

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment