עזרה בשעורי בית
להכין פרוייקט מוסך מכוניות שיכלול:
Garage class that has:
String name,int number of cars it can contain and array of Car.
and does a method the prints all the cars that are ready.
Car class that has:
String name, String color, and boolean if is ready.
Suzuki class that inherits from Car
honda class that inherits from Car
mitsubishi class that inherits from Car
citroen class that inherits from Car
להכין פרוייקט מוסך מכוניות שיכלול:
Garage class that has:
String name,int number of cars it can contain and array of Car.
and does a method the prints all the cars that are ready.
Car class that has:
String name, String color, and boolean if is ready.
Suzuki class that inherits from Car
honda class that inherits from Car
mitsubishi class that inherits from Car
citroen class that inherits from Car