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 is static class in C#?
Are c and c# the same thing?
What is strong data type in c#?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What is append in c#?
Why do we need indexers in c#?
Explain About remoting and web services. Difference between them
What are actions in c#?
What is session and cookies in c#?
Which is faster list or dictionary in c#?
What are the differences between events and delegates in c#?
What do you mean by directing?
What is difference between function and method in c#?
How do you concatenate in c#?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?