Discussion Forum : Inheritance
Question - How many types of constructor are there in C++?
Options:
A .  1
B .  2
C .  3
D .  4
Answer: Option C


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



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *