Quiz on C++ Constructor Overloading



1. What is constructor overloading in C++?
2. How many types of constructors are there in C++?
3. What is a default constructor?
4. What is a parameterized constructor?
5. Can constructors be overloaded in C++?

Advertisements