A simple Contact Book application built in Python to manage user details such as name, phonenumber and email. This project demonstrates two different programming approaches functional programming and object-oriented programming(OOP) to get a clear understanding of both styles.
Features: Show All Contacts – View all saved contacts. Add Contact – Save a new contact with name, phone number and email. Delete Contact – Remove an existing contact by name. Update Contact – Modify contact details (name, phone number or email). Search Contact – Find and display specific contact information.
Concepts Covered: Python Dictionaries Functions and Control Flow Object-Oriented Programming (Classes, Methods, Objects)