Answer Posted / akhilesh kumar jaiswal
The 'is-a' is called a reflexive association because the reflexive association permits classes to bear the is-a association not only with their super-classes but also with themselves. It differs from a 'specializes-from' as 'specializes-from' is usually used to describe the association between a super-class and a sub-class. For example:
Printer is-a printer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is java type safe?
What is variable in java?
What is the main purpose of java?
What are the differences between throw and throws?
Why heap memory is called heap?
How to instantiate static nested classes in java?
Is null a string in java?
What is stringwriter?
What is method in java ?
What is difference between path and classpath?
Is empty list java?
What type of variable is error flag?
What is thread start?
Is arraylist zero based?
What is a ternary operator in java? What is an interface?