CSCI213 Spring2013 Workshops Lab 5
CSCI213 Spring2013 Workshops Lab 5
In an information system, each person has a given name, family name, ID, address and mobile number. Each address consists of a Country, city, street, and house number and each mobile number consists of the country code and the number. Write the java code for this problem as a set of appropriate classes. Your program should be able to handle a collection of persons. Please keep in mind cohesion and coupling when you are writing your code.