News

## AIM:To study about constructor overloading in C++ ## THEORY: In C++, two constructors can have the same name if the number and/or type of arguments passed is different.These constructors having the ...
In C++, two constructors can have the same name if the number and/or type of arguments passed is different.These constructors having the same name but different arguments are known as overloaded ...