Category: Coding
-

Object oriented programming (OOP) is a framework used in programming languages, such as Java and python, that is based on the concept of “objects”. The OOP framework is characterised by 4 features that are often referred to as “pillars” to emphasise their importance: Encapsulation, Abstraction, Inheritance and Polymorphism. Encapsulation Encapsulation describes the act of organising…