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

Write a java program to print fibonacci series?

0 Answers  


Explain Global variables in Packages?

4 Answers  


What is nan in java?

0 Answers  


Is overriding possible in java?

0 Answers  


What do you understand by Header linked List?

0 Answers   Genpact,






What is thread synchronization in java?

0 Answers  


What are operators and its types?

0 Answers  


What is the use of default method in interface in java?

0 Answers  


Write java code to print "Hello how are you" Thread1 should have "Hello" Thread2 should have "how are you" both the threads should start at the same time

4 Answers   Huawei,


Can a for statement loop indefinitely?

3 Answers  


Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?

0 Answers   Amazon,


What is java dot?

0 Answers  


Categories