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 |
What is assembly language?
What is a class variable?
What is reverse function?
where do you place after you did code in java
Why scanner is used in java?
Is a class subclass of itself?
What is the frontend and backedn in Java?
Which package is imported by default?
What are access specifiers in java ?
0 Answers Akamai Technologies,
How can we create an immutable class in java?
What do you know about the garbage collector?
Write a program to solve producer consumer problem in java?