The question is .
Assign is an association class linking instances of Employee with instances of Project. It has no link attributes other than those required to maintain an instance of the association. It should provide accessors for its attributes and an equals() method.
Now, if possible, I would like an example of code that does this. I have been going through tutorials and youtube videos and all I see is diagrams that explain but I cant think of the code itself.