Explain how the virtual base class is different from the conventional base classes of the opps.


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

Post New Answer

More C++ General Interview Questions

How do we implement inheritance in c++?

0 Answers  


What is a loop? What are different types of loops in c++?

0 Answers  


Explain about Virtual Function in C++?

0 Answers  


Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


How do you sort a sort function in c++ to sort in descending order?

0 Answers  


What does '\r' and '\b' mean? Please explain with example.

7 Answers  


What is srand c++?

0 Answers  


give me an example for testing a program showing the test path .show how the test is important and complex.

0 Answers   TCS,


What is null pointer and void pointer?

0 Answers  


how to swap two strings without using any third variable ?

11 Answers  


Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

0 Answers  


To which numbering system can the binary number 1101100100111100 be easily converted to?

0 Answers  


Categories