CS 160 Creating Objects

Today we started defining our own classes (Cookie.java) and then creating instances of the class in our main method (Driver.java). Download the files, mess around with them, create your own instance, write another method in the cookie class and call it from the Driver with your instance.
Click here for the Driver.java
Click here for the Cookie.java