How the virtual functions maintain the call up?


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

Post New Answer

More C++ General Interview Questions

What are single and multiple inheritances in c++?

0 Answers  


What is the difference between object-oriented programming and procedural programming?

0 Answers  


How to reduce a final size of executable?

3 Answers  


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

0 Answers  


advantages and disadvantages of using Borland C++ / version 5.

1 Answers  






Difference between strdup and strcpy?

0 Answers  


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


How do you print a string on the printer?

0 Answers  


Explain the concept of friend function in c++?

0 Answers  


What is the type of 'this' pointer? When does it get created?

0 Answers  


What are the advantages and disadvantages of using inline and const?

2 Answers   Polaris, TCS, Zimmer Biomet,


Categories