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

Discussion :: Constructors and Destructors

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

  2. A.
    A constructor has a return type.
    B.
    A constructor cannot contain a function call.
    C.
    A constructor has no return type.
    D.
    A constructor has a void return type.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment