what is a constructor?
Answer Posted / dharmendra nonia
constructor is a special type of method that invoke when u
create a new instance of a class. Basically it is used to
initialize the member variables.Its name must be same as
the class name.It have no return type.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many variables do you need?
Is there regular expression (regex) support available to c# developers?
How do I link two windows forms in c#?
Why do we need delegates?
What is ioc containers c#?
Differentiate between method overriding from method overloading with its functionality?
What is the difference between delegates and superdelegates?
What is the use of console readline () in c#?
What is an assembly in dotnet?
What is difference between override and new in c#?
What does f mean in c#?
Define delay signing?
Explain more on CLR
Define c# i/o classes?
What is Wrapper class in dot net?