Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C# Programming
»
Constructors
Which of the following statements is correct about constructors in C#.NET?
A constructor cannot be declared as private.
A constructor cannot be overloaded.
A constructor can be a static constructor.
A constructor cannot access static data.
this reference is never passed to a constructor.
Show Answer
Correct Answer:
A constructor can be a static constructor.
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment