16 Nov Implement a class called ShortAddress that has the following attributes: firstName, secondName, and phoneNumber. Now implement a class called FullAddress that inherits the above attribu
Implement a class called ShortAddress that has the following attributes: firstName, secondName, and phoneNumber. Now implement a class called FullAddress that inherits the above attributes while adding the attributes (int) houseNumber (simply 1, 2, … etc. - i.e. no 1a or 3b's allowed), street1Name,...