I have the following classes:
The relationships of those two classes are:
How can I show in the class diagram that those two associations to the address are implemented by an object called pickupAddress and handoverAddress and that handoverAddress is optional? Is that even possible?
1
according to your question (i.e. mandatory & exactly one).