SOLID Design Principles in C++
SOLID is an acronym for five design principles intended to make software designs more understandable, flexible, and maintainable. They are a subset of many principles promoted by Robert C. Martin. Though they apply to any object-oriented design, the SOLID principles can also form a core philosophy for agile development.Source : SOLID_Wikipedia SOLID acronyms are : SRP –…