Correct Statement About Constructors In Cnet Is #200
Correct statement about constructors in C#.NET is?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Classes - Constructors in Class - Quiz No.1.
Correct statement about constructors in C#.NET is?
Constructors can be overloaded
Constructors are never called explicitly
Constructors have same name as name of the class
All of the mentioned