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 difference between struct and class?
Can comments be longer than one line?
What is the size of a vector?
Explain the use of this pointer?
What are exceptions c++?
What is helper in c++?
What is the rule of three?
Write a program to add three numbers in C++ utilizing classes.
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is the main purpose of overloading operators?
How do we implement inheritance in c++?
What is meant by entry controlled loop?
What size is allocated to the union variable?
What data encapsulation is in c++?
How does atoi function work?