[Account] def Account = { Username : String Password : String } def AOL = Account+ { Server : String BuddyIcon : String } def Yahoo = Account+ { ServerGroup : String CheckMail : Boolean }