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
Can we customize the serialization process?
Why would you use untrusted verification?
Is void a class?
Can properties be static in c#?
How to use delegates with events?
What are the Types of JIT and what is econo-JIT
How to use reflection to call generic method?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
Which of these string definitions will prevent escaping on backslashes in c#?
Is c# slower than java?
Can you have an array of arrays?
How do I run managed code in a process?
Write a sample code to write the contents to text file in c#?
What is difference between assembly and namespace?
what is IDisposal interface