Answer Posted / dee
Multiplae inheritance is used when we want to reuse the
code from 2 ro 3 classes.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is private, public and protected inheritance?
Which operations are permitted on pointers?
what is a reference variable in C++?
Why is c++ not purely object oriented?
What is c++ mutable?
List the special characteristics of constructor.
Explain the use of vtable.
What is polymorphism and its type in c++?
What does catch(…) mean?
What are vectors used for in c++?
Explain linear search.
What is java and c++?
What is namespace std; and what is consists of?
What will the line of code below print out and why?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.