What do you mean by multiple inheritance and multilevel
inheritance? Differentiate between them.
Answer Posted / ravinder kumar
Multiple: ClassA--extends-->ClassB, ClassA--extends--
>ClassC, ClassA--extends-->ClassD class A can Inherit all
the classes and can have access on all calss' public
properties and functions.
MultiLevel: ClassA-->ClassB-->ClassC-->ClassD and ClassD
will have the accesss on all the properties of its upper
level class like C,B and A
| Is This Answer Correct ? | 30 Yes | 14 No |
Post New Answer View All Answers
What is the difference between a mixin and inheritance?
What does <> mean pseudocode?
Can an interface inherit a class?
When not to use object oriented programming?
What is the renewal class?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
How do you define social class?
What is the benefit of oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What are the three parts of a simple empty class?
What is an interface in oop?
Can we define a class within the interface?
What is encapsulation and abstraction? How are they implemented in C++?
Is this job good for future? can do this job post grduate student?
What is pure oop?