Answer Posted / satish
A constructor is a method that is used to create new
instances of a class. You can easily recognize a
constructor because it has the same name as the class and
is defined with syntax similar to that of a method
definition, but it has no return type.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is difference between array and collection?
Explain the types of errors in c#?
What is COM Interoperability?
What are Indexers in C#?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What is a thread c#?
What is an assembly qualified name
What are callback methods in c#?
Explain the OOPS concept in C#?
What is private constructor c#?
What is datetime minvalue in c#?
What are the features of c#?
What is foreach loop in c#?
What is the difference between internal and private in c#?
Does c# have a 'throws' clause?