When compiler adds a default constructor to a class?
Answer Posted / sitaram
when ever compile the class,First compiler check the any
type of constructor is available or not in that class? if
it is not available. compiler will automatically create the
default constructor.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Does c# support c type macros?
Describe the parts of assembly.
How do you set a class path?
what is a structure in c#
What is default method in c#?
Is string null or empty?
How do I create a .exe file?
Name the connections does microsoft sql server support?
What is array and arraylist?
What does break do in loop?
Why can't we use a static class instead of singleton?
What is the use of list in c#?
Why do we use inheritance in c#?
Please explain value types and reference types used in c#?
Can we have multiple threads in one app domain?