Suppose I have a car builder with parameters such as model, color and speed:
public class Car { private String model; private int color; private