public class Operation { public int plus(Operation other) { return 0; } }