April 2016
Intermediate to advanced
256 pages
4h 57m
English
SOLID is short for basic five principles of OOP, which was introduced in the early 2000s and adopted widely in the software industry. When these principles are combined together, a programmer can create an application that will be easy to maintain and can be extended over time.
The SOLID abbreviation is defined as follows:
This states that a class should have only one reason to change it, and this means, it should have a single job.
If we can write code for multiple functionalities in a class, it doesn't mean that we should. Smaller ...
Read now
Unlock full access