What is the Advantage of Interface over the Inheritance in
OOPS?
Answer Posted / mms zubeir
1. Provides flexibility in implementing the operations for
the derived classes.
2. Avoid conflicts when more than one interfaces are
derived in a class.
I will club some more later...
| Is This Answer Correct ? | 28 Yes | 9 No |
Post New Answer View All Answers
What is the full form of oops?
What is polymorphism and example?
Why is destructor used?
What is polymorphism what are the different types of polymorphism?
what are the realtime excercises in C++?
what type of question are asked in thoughtworks pair programming round ?
What does and I oop and sksksk mean?
How can you overcome the diamond problem in inheritance?
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 a function in oop?
explain sub-type and sub class? atleast u have differ it into 4 points?
Is abstract thinking intelligence?
How is polymorphism achieved?
What is object-oriented programming? Webopedia definition
What is the real time example of encapsulation?