Please implement the following classes:
- PlanningDTO
- SemesterPlanningService
and extend the following class and its methods:
- SemesterPlanningServiceTest
The latter class is the one that you should start to view the results.
To view, you have to implement the method toString() in class PlanningDTO.
Here, a tabular output should be generated. Think about what to display where ...