View Single Post
  #1  
Old 08-25-2010, 08:53 AM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default How Virtual does work??

I do have some doubts and i need help from you. When we call a function which is virtual from a base class pointer to which the address of derived class object, it sees where vpointer, from vpointer it gets the address fo virtual table, manipulate offset and call the right function from vtable. ...
__________________
C++
domain name forum
Reply With Quote