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...


Write a note about the virtual member function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is scope resolution operator in c++ with example?

0 Answers  


Where Malloc(), Calloc(), and realloc() does get memory?

0 Answers  


Write a program to reverse a linked list?

8 Answers   Catalytic Software, Satyam,


Can c++ do everything c can?

0 Answers  


What is a stack? How it can be implemented?

0 Answers  


How are virtual functions implemented in c++?

0 Answers  


What is extern c++?

0 Answers  


What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 Answers  


How do you compile the source code with your compiler?

0 Answers  


Explain what are the sizes and ranges of the basic c++ data types?

0 Answers  


What is the best way to declare and define global variables?

0 Answers  


Explain how overloading takes place in c++?

0 Answers  


Categories