Ln
Size: a a a
Ln
Ln
Ln
A
public boolean equals(Person other) {
if (other == null) return false;
// if pointers refer to same object
if (this == other) return true;
return this.name == other.name;
}
Э
Э
Б
b💬
ИФ
I
SK
Э
I
A
d
d
O
O
b💬
СВ