• + 3 comments

    class Arithmetic{ public int add(int x,int y){ return x+y; } } class Adder extends Arithmetic{}