Which Of The Following Statements Is Correct About Constructors #203
Which of the following statements is correct about constructors in C#.NET?
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.
Which of the following statements is correct about constructors in C#.NET?
A constructor cannot be declared as private
A constructor cannot be overloaded
A constructor can be a static constructor
None of the mentioned