public class Server extends Employee { public String collectTips(double tipAmount) { return "WOOOO " + tipAmount + " money in the bankkk!!!"; } }