Constructors - Programming

Q1:

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

A A constructor cannot be declared as private.

B A constructor cannot be overloaded.

C A constructor can be a static constructor.

D A constructor cannot access static data.

E this reference is never passed to a constructor.

ANS:C - A constructor can be a static constructor.

No answer description is available. Let's discuss.