Answer Posted / karthick
Multiple inheritance means the derived class inherits from
two or more base classes.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the iunknown interface?
Why struct is used in c++?
What is copy constructor? Can we make copy constructor private in c++?
Can a class be static in c++?
What is the use of :: operator in c++?
What is c++ code?
What is a hash function c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Why use of template is better than a base class?
What are all predefined data types in c++?
Explain what data encapsulation is in c++?
What is the c++ programming language used for?
What are 2 ways of exporting a function from a dll?
What does I ++ mean in c++?
What is a pointer how and when is it used?