Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. Constructors are used to
  2. A.
    initalize the objects
    B.
    construct the data members
    C.
    both a & b
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Once the object is declared means, the constructor are also declared by default.


Be The First To Comment