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 encapsulation?
What is difference between class and interface?
Explain about object oriented programming?
What are the different principle of OOPS?
What is the difference abstract class and interface?
Explain serialization and overriding?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
What is the super keyword?
How many instances can be created for an abstract class?
Define modularity?
What is difference between encapsulation and abstraction?
What is the base type from which all structs inherit directly?
What is a final variable?
What is hybrid inheritance?
What are the types of polymorphism?