Brief Introduction
Learn the modern implementation of design patterns !Description
Course Overview
The SOLID principles are fundamental to designing effective, maintainable, object-oriented systems. Whether you've only just begun writing software or have been doing so for years, these principles, when used appropriately, can improve the encapsulation and coupling of your application, making it more malleable and testable in the face of changing requirements.
This course introduces foundational principles of creating well-crafted code and is appropriate for anyone hoping to improve as a developer.
Requirements
- Requirements
- Good understanding of object-oriented concepts like Abstraction, Inheritance, Polymorphism and Encapsulation.
- Knowledge of Classes, Interfaces and Abstract classes will be very helpful.