what is the virtual function overhead, and what is it used
for ? i hope i can get and appropriate answers, thanks a lot....
Answer Posted / ashutosh bhawasinka
Refer to this.
http://www.parashift.com/c++-faq-lite/virtual-functions.html#faq-20.4
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are objects in oop?
How to use CMutex, CSemaphore in VC++ MFC
What is basic concept of oop?
what type of questions
What is multilevel inheritance in oop?
Explain the concepts involved in Object Oriented programming.
Can enum be null?
What is difference between polymorphism and inheritance?
What is class in oop with example?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What do you mean by abstraction?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Get me a number puzzle game-program
What does no cap mean?
Can we override main method?