What is reflexive association?
Answer / 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 |
Difference between Applet & Application?
what is filters and its use?
Difference between final and effectively final ? Why is effectively final even required ?
Can vector have duplicates in java?
What is method reference in java?
Which class is the superclass for every class in java programming?
What is the use join() in Threads ?
Difference between ‘>>’ and ‘>>>’ operators in java?
What are different types of control structures?
what are depricated methods ?
What is a map in java?
How many types of gc are there in java?