SOLID Principles

Halil Özel
3 min readMay 21, 2020

Greetings, today we will learn the SOLID Principles with you. Let’s start, if you’re ready.

One principle has been explored in previous article. You can access the articles from the link below:

WHAT IS SOLID?

S.O.L.I.D. PRINCIPLES

It was described by Robert Martin as the first 5 items of Object Oriented Programming. The aim of the principles is to open the codes for innovations, to be less affected by the changes and to minimize time loss.

The first 5 articles of S.O.L.I.D principles are as follows:

S: Single Responsibility Principle
O: Open Closed Principle
L: Liskov Substitution Principle
I: Interface Segregation Principle
D: Dependency Inversion Principle

Single Responsibility Principle

Single Responsibility Principle

--

--

Halil Özel
Halil Özel

Written by Halil Özel

Android Developer 👨🏻‍💻

No responses yet