import java.lang.*; abstract public class Crispy extends Object{ //abstract classes can not have instances, but their extensions //can have instances. They describe common properties and state //abstract functions that have to be defined for the extension //to work... public static void main(String[]so_what){//adds milk to bowl Crispy bowl[] = {new Snap(), new Crackle(), new Pop() }; for(int i = 0; i