protected BaseAddress(BaseAddress other) { this.street = other.Street; this.city = other.City; this.zipCode = other.ZipCode; }