When compiler adds a default constructor to a class?
Answer Posted / romeo
when the object of that class is created with no parameters
passed.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Can a sealed class be used as a base class?
What is .cs file in c#?
Contrast System.String and System.Text.StringBuilder classes?
What is the difference between read and readline in c#?
What is a Managed Code??
What is serialization in .net?
Why do we need private constructor in c#?
What is use of private class in c#?
What is task parallel library?
What do you mean by saying a "struct is a value type"?
How to properly clean up excel interop objects?
What is garbage collector and where should you use in .NET?
What is data dictionary in c#?
What is a thread? What is multithreading?
What is meant by desktop application?