Java code
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
OOP lab Create a class and subclass to do the following: Car - make - yearModel + setMake() + set YearModel() + getMake(
-
answerhappygod
- Site Admin
- Posts: 899604
- 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(
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!