Answer Posted / hrpynux@gmail.com
A constructor in C++ is a special 'MEMBER FUNCTION' having the same name as that of its class which is used to initialize some valid values to the data members of an object. It is executed automatically whenever an object of a class is created
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by expression tree?
How many types of methods are there in c#?
What is the relationship between a process, application domain, and application?
How do I edit a dll file?
Is arraylist faster than linkedlist?
What are Indexers in C#?
What is the difference between a constant and a static readonly field?
Classes and structs can be declared as static, is this statement true or false?
What is iqueryable and ienumerable in c#?
Why do we need constructors?
Explain manifest in c#.
Why do we need ienumerable in c#?
What is the difference between dispose() and finalize() methods in c#?
What is use of list in c#?
What is a virtual property. Give an example?