Skip to content

Create java application containing 3 classes including Contact, Telephone, and ContactList. Contact class represents a person with information such as Firstname, Lastname, and a list of Telephone numbers. Telephone class represents phone number and a purpose of it. Ex: 012345678 for home use. ContactList represents list of objects of class Conta…

Notifications You must be signed in to change notification settings

Veyseng/Ex9_FinalV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Ex9_FinalV2

Create java application containing 3 classes including Contact, Telephone, and ContactList. Contact class represents a person with information such as Firstname, Lastname, and a list of Telephone numbers. Telephone class represents phone number and a purpose of it. Ex: 012345678 for home use. ContactList represents list of objects of class Contact. Implement as menu for user to be able to Add/Update/Delete/Listing contacts.

About

Create java application containing 3 classes including Contact, Telephone, and ContactList. Contact class represents a person with information such as Firstname, Lastname, and a list of Telephone numbers. Telephone class represents phone number and a purpose of it. Ex: 012345678 for home use. ContactList represents list of objects of class Conta…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages