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

Discussion :: Constructors and Destructors

  1. Which of the following statement is correct?

  2. A.
    A constructor has the same name as the class in which it is present.
    B.
    A constructor has a different name than the class in which it is present.
    C.
    A constructor always returns an integer.
    D.
    A constructor cannot be overloaded.

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment