public class cat{ String breed; int age; String color; void miaow(){ } void hungry(){ } void sleeping(){ } }