When compiler adds a default constructor to a class?
Answer Posted / chandana
The compiler adds a default constructor to a class when no
constructor are specified by the programmer.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How more than one version of an assembly can keep in same place?
Why we use get set property in c#?
How long does it take to learn c# for unity?
Are c# references the same as c++ references?
Why generics are used?
In a single .NET DLL how many classes it contains?
What is autopostback in c#?
Write a sample code to write the contents to text file in c#?
What is asp net c#?
how to prevent a class from being inherited in c#.net?
What is difference between yielding and sleeping?
Can int be null c#?
Can extension methods access private members?
How is exception handling implemented in c#?
What is view state c#?