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

Discussion :: Constructors and Destructors

  1. Which of the following statements are correct?

  2. A.
    Constructor is always called explicitly.
    B.
    Constructor is called either implicitly or explicitly, whereas destructor is always called implicitly.
    C.
    Destructor is always called explicitly.
    D.
    Constructor and destructor functions are not called at all as they are always inline.

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment