What are multiple inheritances (virtual inheritance)?


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

Post New Answer

More C++ General Interview Questions

What is class in c++ with example?

0 Answers  


Difference between declaration and definition of a variable.

0 Answers  


What do you mean by stack unwinding in c++?

0 Answers  


When is a template better solution than a base class??

2 Answers   emc2,


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

0 Answers  






What are the advantages of using typedef in a program?

0 Answers  


What does scope resolution operator do?

0 Answers  


Differentiate between an array and a list?

0 Answers  


Explain Memory Allocation in C/C++ ?

0 Answers   Infosys,


What is a node class?

1 Answers  


What are the difference between reference variables and pointers in C++?

1 Answers  


Define linked lists with the help of an example.

0 Answers  


Categories