4. Principles of object-oriented programming
- Review the presentation Object-Oriented Programming Principles
- Explore the jtm.activity04 package
- Implement methods for the classes Road, Transport and TrafficManagementSystem to pass unit tests.
Tip:
Start with the implementation of Road and Transport and only then implement TrafficManagementSystem, as it depends on the previous classes working correctly.