what is a constructor?
Answer Posted / divya
Constructor is a method that is executed when an object is
created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we inherit private class in c#?
What are the differences between events and delegates in c#?
What is appdomain in c#?
What is the use of GC.KeepAlive Method?
What is an extension method in c#?
How many types of methods are there in c#?
What is escape character in c#?
How can I get around scope problems in a try/catch?
What is JIT (just in time)? how it works?
Why do we need indexers in c#?
What is unsigned int?
What is the difference between delegates and superdelegates?
What will be the output of the following code?
Why we need get set property in c#?
Can abstract class be sealed?