adplus-dvertising
frame-decoration

Question

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.

None of the mentioned

Answer: (c).A constructor can be a static constructor

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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