I have to make a card class and I've been given a UML diagram to follow. I don't think I understand how to write a particular function or how to use it when it comes to operators.
+operator = (in c: Card): Card
In my .h file I have this function as this and I'm sure it's not right.