Generation

class from descriptionSat, 12 Nov 2022

create a car class with the components engine, list of 4 wheels, list of up to 4 doors and frame

public class Car { private Engine engine; private Wheel[] wheels; private Door[] doors; private Frame frame; }

Questions about programming?Chat with your personal AI assistant