Home » Interview » Technology

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.


← Previous Question Next Question→

Discussion & Comments

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