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
What all details the assembly manifest will contain?
What are the types of methods in c#?
What does private void mean in c#?
How long will it take to learn c#?
What is concrete class in c#?
What is difference between .net and c#?
What do you mean by expression tree?
Why do we need constructors?
What is the use of convert toint32 in c#?
What is regex c#?
Define acid rule of thumb for transactions in c#.
What is the difference between firstordefault and singleordefault?
Why use “using” in c#?
In which situation(s), the use of "Delegate" is a good idea?
What are value types and reference types?