Write a short note on ‘design by separation principles’.
Answers
Answered by
0
Separation of concerns. In computer science, separation of concerns (SoC) is a design principle for separating a computer program into distinct sections, so that each section addresses a separate concern. A concern is a set of information that affects the code of a computer program.
Similar questions