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
Explain the advantages of inheritance.
What is the real time example of encapsulation?
When not to use object oriented programming?
why reinterpret cast is considered dangerous?
What is encapsulation c#?
Why do pointers exist?
What are the important components of cohesion?
Is data hiding and abstraction same?
Which is better struts or spring?
What is oops in simple words?
Can main method override?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is new keyword in oops?
Why is static class not inherited?
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?