This project is for implementing classes and interfaces in Java
This programm has to allow the user the next things:
- Create companies with its attributes like: ID, name, adress, city and country.
- Create employees (with its attributes like: ID, name, salary, company) and assign a company
- See companies created
- See the amount of employees in a company
- See employess by company
- See the salary of employees
- See the employee by his/her ID
- See all employees from all companies
You can find the files attached to this repository