A simple system for managing university accounts for both doctors and students using Python and Object-Oriented Programming (OOP).
The system includes:
Creating accounts for doctors and students
Displaying account details
Updating information (such as course or National ID)
Calculating doctor salary based on working hours
Applying OOP concepts like Inheritance and Encapsulation
The program runs through a console-based interface and demonstrates clean code structure and class-based design