Difference: 'uses', 'extends', 'includes'
Answer Posted / prasad
"X uses Y" indicates that the task "X" has a subtask "Y";
that is, in the process of completing task "X", task "Y"
will be completed at least once.
"X extends Y" indecates that "X" is a task of the same type
as "Y", but "X" is a special, more specific case of
doing "Y". That is, doing X is a lot like doing Y, but X
has a few extra processes to it that go above and beyond
the things that must be done in order to complete Y.
| Is This Answer Correct ? | 41 Yes | 7 No |
Post New Answer View All Answers
How can we call the base method without creating an instance?
What's the main difference between arraylist / hashmap and vector / hashtable?
Explain persistence?
what three "domains" are considered during analysis modeling?
What are the four important foundation concepts of OOP ?
Which oops concept exposes only necessary information to the calling functions?
Can we have a default method definition in the interface without specifying the keyword "default"?
How many methods are there in the externalizable interface?
What is meant by “abstract interface”?
What is the difference between a class and an object?
How many methods are there in the serializable interface?
What is the default access specifier in a class definition?
What is the difference between a class and a structure?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
Describe the Diamond problem. Where does this problem occur?