4. Object-Oriented Principles
Main steps
- Investigate jtm.activity04 package
- Implement methods for classes Road, Transport and TrafficManagementSystem to pass unit tests
Hint:
Start with implementation of Road and Transport and only then implement TrafficManagementSystem, because it depends on properly implemented previous classes.