Skip to content

TrueTony/Contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contacts

Study project representing the implementation of phone Book

Using

Running without argument - can add, edit and remove an entry from the book Running with an argument - the first argument is the name of the file in which the program will perform serialization/deserialization

Features

  • Base classes inherit from the abstract "Contact" class
  • Functions work with the abstract class, thereby implementing polymorphism
  • If there is an argument, when creating, changing, deleting an entry, the phone book is serialized

About

PhoneBook project using serialization and the ideas of polymorphism and inheritance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages