
public interface Pettable {
	public void pettableArea();
	public String petSound();

}
