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

How does atoi function work?

0 Answers  


Difference between Constructors and static constructors?

3 Answers   IBM, TCS,


What are the data types in c++?

0 Answers  


Describe Trees using C++ with an example.

0 Answers  


Describe linkages and types of linkages?

0 Answers  






How would you use the functions randomize() and random()?

0 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,


Explain selection sorting. Also write an example.

0 Answers  


What is std :: endl?

0 Answers  


Is c++ a float?

0 Answers  


Write a function which takes a character array as input and reverses it in place.

2 Answers   Lehman Brothers, Vision Infotech,


Categories