What are single and multiple inheritances in c++?


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

Post New Answer

More C++ General Interview Questions

What is buffering in c++?

0 Answers  


What is & in c++ function?

0 Answers  


How do I write a c++ program?

0 Answers  


What is an operator in c++?

0 Answers  


What is dev c++ used for?

0 Answers  






If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


How do I use turbo c++?

0 Answers  


Explain how to initialize a const member data.

0 Answers  


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,


What data encapsulation is in c++?

0 Answers  


What is virtual destructor ans explain its use?

0 Answers  


Categories