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 are the important features of Java 9 release?
What is the difference between reader/writer and inputstream/output stream?
What is the use of static import ?
what is interface in java? Explain
What is the difference between procedural and object-oriented programs?
Is hashset ordered java?
What are generic methods?
What do you mean by checked exceptions?
Is java a super set of javascript?
Give some features of interface?
I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?
Why do we use threads in java?