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
Can you explain primordial class loader?
What is the main difference between a class and an object?
Write basic concepts of oops?
What are the access modifiers?
State about java and its relation to object oriented programming?
What is a default method? Why do we need default methods in java 8 interfaces?
What is the difference abstract class and interface?
Classes and structs support inheritance. Is this statement true or false?
What is the use if instanceof keyword?
Can you call the base class method without creating an instance?
what three "domains" are considered during analysis modeling?
How can we restrict inheritance for a class so that no class can be inherited from it?
what is virtual function and pure virtual function ?
How many methods do u implement if implement the serializable interface?
Can constructors be parameterized?