SOLID Principles – MCQs
Q1. Single Responsibility Principle (SRP)
A Report class performs the following tasks:
Generates report data
Saves the report to a database
Sends the report via email
Formats the report as PDF
W
yesamitsingh.hashnode.dev5 min read