what is the difference between virtual function and
destoctor?
Answer / prabhakar
virtual function is just like a member function of a class.it is used to over loading mechanisam.it can be acesses by any object of either base class or derived class.
destructor is used to dellocate the memory of an object.it can call by using delete operator.
| Is This Answer Correct ? | 3 Yes | 0 No |
why oops need in programming
What is the default size allocated for array in the statement if size not specified " int a[] "
advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me
143.what is oops principles?
What is oops with example?
What are the three main types of variables?
Describe the difference between a Thread and a Process?
How to deploy web appliction in web logic ?
What is a friend function & its advantage?
How is data security provided in Object Oriented languages? ?
What is oops in programming?
What is polymorphism and why is it important?