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


Can we call a virtual function from a constructor?



Can we call a virtual function from a constructor?..

Answer / hrpynux@gmail.com

You can call a virtual function in a constructor, but be careful. ... In a constructor, the virtual call mechanism is disabled because overriding from derived classes hasn't yet happened. Objects are constructed from the base up, “base before derived”.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

When would you choose to return an error code rather than throw an exception?

0 Answers   Amazon,


Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?

0 Answers   Adobe,


Describe the different styles of function prototypes in C++.

0 Answers   Adobe,


Write a program to generate the Fibonocci Series in C++.

0 Answers   Accenture,


What are string library functions(syntax).

0 Answers   Accenture,


Tell us the size of a float variable.

0 Answers   Accenture,


What is Copy Constructor?

5 Answers   ABC, Siemens,


Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 Answers  


What does it mean to declare a member function as virtual in C++?

0 Answers   Amazon,


What are the advantages/disadvantages of using #define?

0 Answers   Amazon,


Is there a difference between class and struct?

0 Answers  


What are the major differences between C and C++?

0 Answers   Amazon,


Categories