0% found this document useful (0 votes)
34 views

CSCI213 Spring2013 Workshops Lab 5

This document provides instructions for a Java programming lab assignment to create classes to model an information system containing persons with given names, family names, IDs, addresses, and mobile numbers. Students are asked to write code defining appropriate classes to represent persons and their associated address and mobile number details, keeping in mind principles of cohesion and coupling.

Uploaded by

ami_haroon
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

CSCI213 Spring2013 Workshops Lab 5

This document provides instructions for a Java programming lab assignment to create classes to model an information system containing persons with given names, family names, IDs, addresses, and mobile numbers. Students are asked to write code defining appropriate classes to represent persons and their associated address and mobile number details, keeping in mind principles of cohesion and coupling.

Uploaded by

ami_haroon
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 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.

You might also like