Вы находитесь на странице: 1из 1

UNIVERSITY OF WOLLONGONG IN DUBAI SPRING 2013 CSCI 213 Java Programming Lab 5 (Week 6)

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.

Вам также может понравиться