Unfortunately, linking these two instances creates a strong reference cycle between
them. The Person instance now has a strong reference to the Apartment instance, and the
Apartment instance has a strong reference to the Person instance. Therefore, when you break
the strong references held by the john and number73 variables, the reference counts do not
drop to zero, and the instances are not deallocated by ARC: