✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Welche Deutung ist korrekt?
class Money {
private final int cents;
/* equals/hashCode nach Wert */
}
class Order {
private String id;
private Money total;
}