Q. Which of the following statements is correct about constructors in C#.NET? (Solved)
1. A constructor cannot be declared as private
2. A constructor cannot be overloaded
3. A constructor can be a static constructor
4. None of the mentioned
- d. None of the mentioned