#Accessors: You return somethingpublic int getNum( ){ return Num;}#Mutator: You dun return anything, but you process the code~public void setAge(int newAge){ this.newAge = newAge;}