OOP lab Create a class and subclass to do the following: Car - make - yearModel + setMake() + set YearModel() + getMake(
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
OOP lab Create a class and subclass to do the following: Car - make - yearModel + setMake() + set YearModel() + getMake(
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