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 a console device?
What is signature c#?
What is verbatim string?
What is difference between ienumerable and ienumerator in c#?
What is code verification?
Can we inherit private members of class in c#?
Why is .net so popular?
How many static constructors are allowed in a class?
What does void do in c#?
What is c-sharp (c#)?
What is nullable types in c#?
What is the use of ienumerable in c#?
How do you name a variable in c#?
Why do we Need of static class in c#?
What are assemblies?