Correct statement about constructors in C#.NET is?
Posted: Wed Jul 13, 2022 7:56 pm
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
b) Constructors are never called explicitly
c) Constructors have same name as name of the class
d) All of the mentioned