public class CSStudent extends Human { public CSStudent() { setName("CS Student"); setSound("I love programming"); } }