Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 266 Bytes

Object Oriented Programming.md

File metadata and controls

7 lines (5 loc) · 266 Bytes

OOP is basically the practice of using classes to create blueprints for data and objects in code.

[[Interfaces]] An interface is an abstract class that is used to descend its methods and properties to descendant classes

[[Four Pillars of OOP]] [[SOLID Principles]]