Adapter pattern helps adapt an interface to the one that a client expects.
Tag: oops
SOLID Principles
SOLID principles or the "first five principles" of object-oriented programming were named by Robert C. Martin and define very helpful guidelines for designing maintainable, extendable and testable code. In this post we will go through each of the SOLID principles and discuss them in detail using an actual example.

