Google News
logo
C# - Quiz(MCQ)
Which of the following statements is correct about constructors in C#.NET?
A)
A constructor cannot be overloaded.
B)
A constructor cannot access static data.
C)
A constructor cannot be declared as private.
D)
A constructor can be a static constructor.

Correct Answer :   A constructor can be a static constructor.

Advertisement