How many types of constructor are there in C++?

Correct Answer: 3

Explanation:

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


Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion