Q. What is the purpose of the Single Responsibility Principle (SRP) in Ruby programming?
β
Correct Answer: (B)
Each class should have only one reason to change
You must be Logged in to update hint/solution