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 |
Can you extend singleton class?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
What are the advantages of encapsulation in java?
why top level class could not be static
Why do you canvas?
What is local declaration?
When we serialize an object does the serialization mechanism saves its references too?
What is a nested structure?
how your day start in your company
Name the methods in mouse listeners ?
what is mean by ooad? where we are using? can you tell me any real time example?
What is class forname used for?