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

Discussion :: Constructors and Destructors

  1. Which of the following statement is correct about destructors?

  2. A.
    A destructor has void return type.
    B.
    A destructor has integer return type.
    C.
    A destructor has no return type.
    D.
    A destructors return type is always same as that of main().

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment