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
write a program that takes input in digits and display the result in words from 1 to 1000
what is different between oops and c++
Why is encapsulation used?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
How to improve object oriented design skills?
What is the difference between encapsulation and polymorphism?
Which language is pure oop?
Which type does string inherit from?
Why is oop useful?
What is an advantage of polymorphism?
What is the fundamental idea of oop?
What are the benefits of oop?
Is html an oop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is inheritance and how many types of inheritance?