class AddOperator{ Integer method(Integer x){ return x + x; } Double method(Double x){ return x + x; } }