What is reflexive association?



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

Post New Answer

More Core Java Interview Questions

What type of variable is error flag?

0 Answers  


What data type is true or false?

0 Answers  


Explain about interthread communication and how it takes place in java?

0 Answers  


Can we define private and protected modifiers for the members in interfaces?

0 Answers  


Why webdriver is an interface?

0 Answers  






What is jit and its use?

0 Answers  


Why Java is not pure Object Oriented language?

0 Answers  


Does anyone still use java?

0 Answers  


What all access modifiers are allowed for top class ?

0 Answers  


Define jre i.e. Java runtime environment?

0 Answers  


how is final different from finally and finalize in java?

0 Answers   DELL,


How will you get the platform dependent values like line separator, path separator, etc., ?

0 Answers  


Categories