/** * friend that is around at the party * * Joe Rivard * 4/13/03 */ public class Brian extends Friends { /** * constructor for Brian */ public Brian() { name = "brian"; use = "He is Jennelle's boyfriend and she won't leave without him" + "so you have to get him out of the house"; } }