/** * friend that is around at the party * * Joe Rivard * 4/13/03 */ public class Miller extends Friends { /** * constructor for Miller */ public Miller() { name = "miller"; use = "He is your best friend, make sure you get him out " + "of the house"; } }