What is multiple inheritance ?
Answer Posted / rehdak
inheritance is the concept of deriving attributes from the
base class ...multiple inheritance is particularly used when
a class needs to derive attributes that is spanned among
three different classes(which we refer to as base class)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is basic concept of oop?
What are the types of abstraction?
What are the 3 pillars of oop?
2. Give the different notations for the class.\
What is the benefit of oop?
What does and I oop mean?
What is abstract class in oops?
Prepare me a program for the animation of train
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
can we make game by using c
What causes polymorphism?
What is and I oop mean?
Explain the advantages of inheritance.
How can you overcome the diamond problem in inheritance?
What is a superclass in oop?