Consider this project has 4 classes (including Test Class) as the following: Flat foorum Property -oty String location s
Posted: Wed Apr 27, 2022 3:45 pm
Consider this project has 4 classes (including Test Class) as the following: Flat foorum Property -oty String location string -numment - double - Flat -Fat(Stringit out Setten & petters Extende - Property - Property String Strint doute Satters pattern (void Vi hasing Pool borean String, Stringit doutent bon Sutter & pettere dla void A. Create class Property B. Create class Flat that inherits from the class Property. C. Create class Villa that inherits from the class Property. D. In the Test class (in main method), create an ArrayList of the Property objects and name it listOfProperties. E. In the Test class (in main method), assume your own objects and add them to the ArrayList listOfProperties. One Object of Property, Two Objects of Flat, Three Objects of Villa. F. In the Test class (in a new method), create a method "getCheapest Property" that: 1. Receives ArrayList of type Property. 2. Returns the location of the object that has the lowest price in the ArrayList. G. In the Test class (in a new method), create a method "printVillas WithSwimPool" that: 1. Receives ArrayList of type Property. 2. Prints details of the Villa objects in the ArrayList, that have swimming pool. So, hasswimmingpool is True. H. In the Test class (in main method), test methods created in step F and G.