Page 1 of 1

Correct statement about constructors in C#.NET is?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
a) Constructors can be overloaded
b) Constructors are never called explicitly
c) Constructors have same name as name of the class
d) All of the mentioned