******* In java *****
create a class , and objects for the following exercise
1- for car
- make
-yearModel
+ setMake()
+ setYearModel()
+ getMake()
+ getYearModel()
2- for cellphone
- manufact : String
- model : String
- retailPrice : double
+ setManufact(man : String) : void
+ setModel(mod : String) : void
+ setRetailPrice( price : double) : viod
+ getManufact() : String
+ getModel() : String
+ getRetailPrice() : double
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here