Suppose that class Person has a private attribute string id….
Suppose that class Person has a private attribute string id. Two Person objects are equal if they have the same id. Write a friend function named equal which returns true if two Person arguments have the same id; false otherwise.
Read Details