Program using Java to demostrate core java concepts.
The CLI allows us to manage students and employees which inherit from person class.
The actions enabled to perform are:
- Add
- Search
- Calculate
- Display All
- Encapsulation
- Polymorphism
- Inheritance
- Interface
- Serialization and Deserialization
- File Handling