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
Can namespace contain the private class?
What's c# ?
What is multidimensional array in c#?
What are primitive data types in c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
Explain how do I convert a string to an int in c#?
What is difference between ilist and list?
What are strong name assemblies?
Is dictionary reference type c#?
what are the different ways a method can be overloaded?
What is .net console?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
What is the use of dll file in c#?
How can you force derived classes to provide new method implementations for virtual methods?
What namespace is list in c#?