Difference: 'uses', 'extends', 'includes'
Answer Posted / sajad ali
Include usecase is shared can be resuse but extend class
relationship can't shared or reuse
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
What are the problems faced by the developer using object oriented programming language?
What are the properties that are defined in an object model?
Can we use static method definitions in interfaces?
What is Abstract method and how different from Virtual Method?
What are the limitations of inheritance?
Difference between encapsulation and data hiding ?
When will you use an interface and abstract class?
Whether static method can use nonstatic members?
What is the super keyword?
What is data encapsulation and what's its significance?
What is a final variable?
How a program can be structured using the concept of object oriented programming?
Define Data Abstraction. What is its importance?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
What is the difference between an Abstract class and Interface?