Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Q23: Which of the following can be facilitated
Q24: Which method have same name as that
Q25: Which of the following can be used
Q26: Struct's data members are _ by default.<br>A)Protected<br>B)Public<br>C)Private<br>D)Default
Q27: Which of the following will be the
Q29: Which of the following statements are correct
Q30: Which of the following is the correct
Q31: C# does not support _ constructors.<br>A)parameterized<br>B)parameter-less<br>C)Class<br>D)Method
Q32: Storage location used by computer memory to
Q33: Which one of the following statements is