Computer Science, asked by poojagalhotra7788, 1 year ago

What does the single responsibility principle entail

Answers

Answered by Sumanthsai313
1

Explanation:

The single responsibility principle is a computer programming principle that states that every module, class, or function should have responsibility over a single part of the functionality provided by the software, and that responsibility should be entirely encapsulated by the class.

Similar questions