Challenge: The Single Responsibility Principle
Test your knowledge of using the Single Responsibility Principle to improve your code.
We'll cover the following...
Overview
Refactor the given Student
class, which currently has too many responsibilities. Use the Single Responsibility Principle (SRP) so that the class ...