SOLID is a set of five object-oriented design principles that help developers write code that is maintainable, scalable, flexible, and easy to test. S — Single Responsibility Principle (SRP) A class should have only one reason to ...
stackoverflow.in Latest Questions
sunilpatel3@gmail.com
Asked: April 18, 2018In: University
I’m a 23 year old man deciding between 2 schools, both of which would provide me with a tuition waiver and stipend to live on. I currently work a full-time job that pays relatively well, but I’m itching to go ...
sunilpatel3@gmail.com
Asked: April 18, 2018In: Programs
sunilpatel3@gmail.com
Asked: April 19, 2018In: Management
I manage a small team and recently hired for a new position. In the job posting it clearly stated that the work hours are from 8:00-4:30. No concerns about these hours were mentioned during the interview process at all. Recently after ...
S — Single Responsibility Principle (SRP) O — Open/Closed Principle (OCP) L — Liskov Substitution Principle (LSP) I — Interface Segregation Principle (ISP) Clients should not be forced to depend on methods they do not use. //Bad Example interface Worker ...
sunilpatel3@gmail.com
Asked: April 18, 2018In: Programs
sunilpatel3@gmail.com
Asked: April 19, 2018In: Core Java