I´m creating a class in Java with a static method called addCustomer which returns an instance of this class for me, like so:
import java.util.ArrayList; pub