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 / dee

V-table is created for class when a class has atleast one
virtual function and each virtual function has a entry in
the V-table.

Is This Answer Correct ?    48 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is new() different from malloc()?

1179


Is c++ platform dependent?

1151


What are the advantages of using typedef in a program?

1183


What is an associative container in c++?

1109


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

2270


What is the use of seekg in c++?

1099


What is #include math h in c++?

1139


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

793


Where are setjmp and longjmp used in c++?

1174


Difference between a copy constructor and an assignment operator.

1050


What is a buffer c++?

1108


What do you mean by friend class & friend function in c++?

1117


Why namespace is used in c++?

1120


the first character in the variable name must be an a) special symbol b) number c) alphabet

1155


Explain "const" reference arguments in function?

1114