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 |
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
How to improve object oriented design skills?
can we make game by using c
What is destructor in oop?
How many types of access specifier in c# and vb.net?
Contrast OOP and SOA. What are tenets of each?
1 Answers Siebel Systems, Wipro,
Have you ever interfaced with a database?
Give two or more real cenario of virtual function and vertual object
how much classes are used in c++
Why do we use oop?
Why multiple inheritance is not possible?
Please tell me the oops concept with detailed answer