fundamentals/oop/code/README.md
2022-09-09 12:35:09 +01:00

2.6 KiB

Code snippets across topics

Bank transfers in procedural and object-oriented programming

Object-oriented programming

Encapsulation

Inheritance

Polymorphism

SOLID principles

Assignment for SOLID - I

  • Find where the code violates SRP
  • Fix the code to make it adhere to SRP