Question: I need a java code programme for this compostion uml diagram . Create the classes indicated in the UMI. diagram below: Car make: String -
I need a java code programme for this compostion uml diagram
. 
Create the classes indicated in the UMI. diagram below: Car make: String - model: String -year int - tires : Tirel econstructor Car(make: String, model: String, yearint, tires: Tirel) + getMake(): String + getModelo): String getYear(); int getTires(): Tirel Tire - brand: String - Size: int - currentPressure: double econstructor Tire(brand: String, size: int) + getBrand(): String + getSize(): int + getCurrentPressure(): double + SetCurrentPressure(double pressure) The get methods must simply return their corresponding instance variables, and the set method must simply set the corresponding instance variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
