what is costructor?
Answer / dipraj shahane
Constructor is special member function of class which having
same name as Class name and no return type. Main function of
Constructor is to initialize (give default values to member
variable of class object) object. Constructor gets invoke
when you create new object by following syntax.
ClassName objectName = new ClassName();
| Is This Answer Correct ? | 22 Yes | 0 No |
What is encapsulation?
What is oops and its features?
some one give d clear explanation for polymorphism
What is virtual class and friend class?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
How long to learn object oriented programming?
write a program which best describes polymorphism in real world?
2 Answers CTS, Infosys, NexGen,
Do you know about multiple inheritance?
Difference ways of Polymorphism?
What is an object?
What is a linked list?
what do you mean by static member variable?