Which of the following statements is correct about constructors in C#.NET?
Posted: Wed Jul 13, 2022 7:56 pm
a) A constructor cannot be declared as private
b) A constructor cannot be overloaded
c) A constructor can be a static constructor
d) None of the mentioned
b) A constructor cannot be overloaded
c) A constructor can be a static constructor
d) None of the mentioned