OOP lab Create a class and subclass to do the following: Car - make - yearModel + setMake() + set YearModel() + getMake(
Posted: Tue May 24, 2022 7:51 am
OOP lab Create a class and subclass to do the following: Car - make - yearModel + setMake() + set YearModel() + getMake() + getYearModel() CellPhone - manufact: String - model: String -retailPrice: double + setManufact(man : String) : void + setModel(mod: String): void + setRetailPrice (price: double): void + getManufact(): String + getModel(): String + getRetailPrice(): double