When should we use multiple inheritance?


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

Post New Answer

More C++ General Interview Questions

What is pointer -to-members in C++? Give their syntax?

0 Answers   Honeywell, Zomato,


Do you know the use of vtable?

0 Answers  


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


write a program in c++ to generate imp z y x w v w x y z z y x w x y z z y x y z z y z z

4 Answers  


What is rtti in c++?

0 Answers  






founder of c++

7 Answers   Microtek, TCS, TeleCommand,


Brief explaination about #include<iostream.h>, cin and cout

3 Answers  


Write a program to show polymorphism in C++?

0 Answers   Impetus, Verifone,


Name the operators that cannot be overloaded in C++?

0 Answers   Fidelity,


What is a c++ map?

0 Answers  


What is ostream in c++?

0 Answers  


In the derived class, which data member of the base class are visible?

0 Answers  


Categories