AlgoMaster Logo

Exercise: Single Responsibility Principle

Last Updated: May 18, 2026

High Priority
1 min read

Try implementing the below code exercises to reinforce your understanding. Your goal is to implement the classes below so that they produce the expected output.

Exercise 1: OrderService God Class

Exercise 2: ReportManager