/StudentEmployeeManagementCLI

Program using Java to demostrate core java.

Primary LanguageJava

StudentEmployeeManagementCLI

Program using Java to demostrate core java concepts.

Description

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

Concepts covered:

  • Encapsulation
  • Polymorphism
  • Inheritance
  • Interface
  • Serialization and Deserialization
  • File Handling