Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How the V-Table mechanism works?

Answer Posted / nishikant sahu

V-Table holds the addresses of virtual functions of a class
and type_info structure for RTTI.V-table created class basis.
when an object created compiler secretly inserted the
v-table pointer of the respective class and then Vptr
iterator accordingly. all are done under the hood.

Is This Answer Correct ?    21 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we implement inheritance in c++?

1176


What is java and c++?

1226


What is double in c++?

1115


How many characters are recognized by ANSI C++?

1465


Describe the advantages of operator overloading?

1079


Explain the pure virtual functions?

1170


What is srand c++?

1171


What is class definition in c++ ?

1140


What is constructor and destructor in c++?

1168


Why do we use using namespace std in c++?

1125


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

1101


What is using namespace std in cpp?

1246


What is diamond problem in c++?

1057


What will the line of code below print out and why?

793


How should a contructor handle a failure?

1235