Answer Posted / kamlesh sharma
constructors are special type of member functions of class
which is used to initilized a object
1. constructors are as same name of the class
2. don't have any return type
3. don't return any value
Types
1 default constructor
2 parametrized constructor and
3 copy constructures
constructors can be overload
Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Describe how a .net application is compiled and executed
What is the task perform by clr?
What is append in c#?
Explain the working of serialization?
What is an abstract class c#?
What are the properties of a string class?
What is fcl in c#?
What are the types of constructors?
What are the types of comments in c#?
Define an assembly in .net?
What is the difference between method and constructor in c#?
How do I create a dbml file?
What is property in c#?
What will be the output of the following code?
What is object array in c#?