Page 1 of 1

Which of the following statements is correct about constructors in C#.NET?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
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