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 does %d do in java?
What is encapsulation in java?
what is object type casting? give some example with related?
How is hashcode calculated in java?
Explain covariant method overriding in java.
If set accepts only one argument then how can it compare two objects to avoid duplicates
Can we have return statement in finally clause? What will happen?
________ exception must be either caught or specified in throws class of the method.
what is session in java?
0 Answers Seventhsense Technologies,
What is a protected void?
State the main difference between c++ and java?
write a program to create an vector with string(add,remove) operation.and value should be enter through keyboard.