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

Discussion :: Constructors and Destructors

  1. Which of the following statement is incorrect?

  2. A.
    Constructor is a member function of the class.
    B.
    The compiler always provides a zero argument constructor.
    C.
    It is necessary that a constructor in a class should always be public.
    D.
    Both B and C.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment