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
Can we declare a base-class destructor as virtual?
What is #include cmath?
How to implement is-a and has-a class relationships?
Why do we use string in c++?
Why is c++ considered difficult?
What are the 2 main types of data structures?
Describe the syntax of single inheritance in C++?
Can you Mention some Application of C/C++?
Is c# written in c++?
Is c++ the hardest language?
what are the characteristics of Class Members in C++?
Define Virtual function in C++.
List the types of polymorphism in c++?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Who discovered c++?