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


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?


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

Post New Answer

More C++ General Interview Questions

Explain what are accessor methods?

0 Answers  


what is the difference between overloading & overriding? give example.

0 Answers  


What compiler was used?

6 Answers   Intel,


C is to C++ as 1 is to a) What the heck b) 2 c) 10

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  


What is lambda expression c++?

0 Answers  


Can c++ do everything c can?

0 Answers  


What is a class template?

0 Answers  


what is the basic concept of c++(object oriented programing)

4 Answers   Wipro,


Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


Describe friend function & its advantages.

0 Answers   TCS,


What is decltype c++?

0 Answers  


Categories