public class ContactClient { public static void main(String[] args) { Contact you = new Contact("You", "Here"); Contact me = new Contact("Me", "There"); } }