Explain me what is association?

Submitted by: Muhammad
Association is a relationship where all object have their own lifecycle and there is no owner. Let's take an example of Teacher and Student. Multiple students can associate with a single teacher and a single student can associate with multiple teachers but there is no ownership between the objects and both have their own lifecycle. These relationship can be one to one, One to many, many to one and many to many.
Submitted by: Muhammad

Read Online Java Software Engineer Job Interview Questions And Answers