What is the Advantage of Interface over the Inheritance in
OOPS?
Answer Posted / rajendra patidar
On OOPS due to multiple inheritance duplicate value may be
received by derived class, so compiler do not understand
what syntax should compile.
Interface Refuse such type of problem in java.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is an interface in oop?
Is abstract thinking intelligence?
Why do we need oop?
What is the main feature of oop?
What is polymorphism what is it for and how is it used?
How do you use inheritance in unity?
What is multilevel inheritance explain with example?
Why do we use oops?
What is the real life example of polymorphism?
What does it mean when someone says I oop?
Write a c++ program to display pass and fail for three student using static member function
What is object in oop?
What is debug class?what is trace class? What differences are between them? With examples.
to find out the minimum of two integer number of two different classes using friend function
What do you mean by abstraction?