What do you mean by multiple inheritance and multilevel
inheritance? Differentiate between them.
Answer Posted / ramya
multiple inheritance is the class derived from more than
one base class & where as coming to multilevel inheritance
it derives one class to one base class via intermediate
base class
| Is This Answer Correct ? | 39 Yes | 13 No |
Post New Answer View All Answers
What is polymorphism give a real life example?
What is inheritance in simple words?
What is pointer in oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is class and example?
Why do pointers exist?
2. Give the different notations for the class.\
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
How can you overcome the diamond problem in inheritance?
What are the features of oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is cohesion in oop?
What is encapsulation oop?
How to hide the base class functionality in Inheritance?
Give two or more real cenario of virtual function and vertual object