Answer Posted / surendra singh (suraj)
No, you cannot apply the link and Association
interchangeably. Since
* link is used represent the relationship between the two
objects.
* But Association is used represent the relationship
between the two classes.
link :: student:Abhilash course:MCA
Association:: student course
| Is This Answer Correct ? | 28 Yes | 1 No |
Post New Answer View All Answers
Explain about object oriented databases?
What is the use of interface?
What is polymorphism and abstraction?
What does the “abstract” keyword mean in front of a method? A class?
Explain the implementation phase with respect to oop?
What is a final variable?
What is bootstrap, extension and system class loader?
What are abstract methods?
What is the difference between public, private and protected access modifiers?
What is garbage collection(gc)?
What is the difference between data hiding and implementation?
What are base class, sub class and super class?
Can we override static methods of a class?
What is the difference between class and interface?
What is difference between class and interface?