Correct Statement About Constructor Overloading In C Is #399
Correct statement about constructor overloading in C# is?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Constructor Overloading - Quiz No.1.
Correct statement about constructor overloading in C# is?
Overloaded constructors have the same name as the class
Overloaded constructors cannot use optional arguments
Overloaded constructors can have different type of number of arguments as well as differ in number of arguments
All of the mentioned