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
What is string interpolation in c#?
What is multithreading with .net?
What does an indexer do?
What is a ienumerator?
Can a static class have a constructor c#?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
Can we declare class as protected?
2. What happened when BO object has been called?
What do you mean by directing?
Can abstract classes be final?
What is jagged array in c#?
Can a struct be null?
Which attribute is used in order that the method can be used as webservice?
What are sessions in c#?
Can I define a type that is an alias of another type (like typedef in c++)?