Question: please help Everything must be included in a py file and handed in, Please name youe py files in this format, - 10000000x. Firstname_Lastriame_exi py.



Everything must be included in a py file and handed in, Please name youe py files in this format, - "10000000x. Firstname_Lastriame_exi py". The py tile must have your name and student number commented on at the top. Code the program below. All programs must contain and use a main function. Create a program that contains the three classes as follows, along with theie respective data: Dweiling House Apartment - House and Apartment should inherit from the Dwelling class and implement their own init_ method that calls said class on creation. - Each print Datal method should be owerridden to include the class' respective variables (i.e. the House class should also print out the address and mamorfloors) - Each _.str._0 method should be overridden to return (not print) the data as a formatted string when the object is called as a string - get dwelling typed should retarn the type of dwelling thouse/apartment) Create two objects, one of type House and one of type Apartment. Call all of their functions. Adoress:1911 Simcoe St NumberOfFloors: 4 Dwelling Type:House Value:800 Rooms: 100 Address:1911 Simcoe St NumberOfFloons4 Apartment use printlapartment.get,dwellingType0) Dwelling Type Apartment use apartment. printData0 Value:500 Rooms:1 Address: 100 York St ApartmentNumber:3087 Dwelling Type:Apartment use print(apartment) Value:500 Rooms:1 Address: 100 York St ApartmentNumber:3087
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
