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

Discussion :: C++ - MCQs

  1. How many types of constructor are there in C++?
  2. A.
    1
    B.
    2
    C.
    3
    D.
    4

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    There are three types of constructor in C++. They are Default constructor, Parameterized constructor, Copy constructor.


Be The First To Comment