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?
What is the use of protected in c#?
What are the steps for creating clr trigger
What is verbatim string literal in c#?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
How do I make a dll in c#?
What is ienumerable <> in c#?
Are arrays immutable c#?
What is namespace c#?
explain the three services model commonly know as a three-tier application.
What is the syntax for calling an overloaded constructor within a constructor?
What is int32 in c#?
Who introduced c#?
What is routing in c#?
How do you create user defined data types in c#?