📄️ What is OOP
Object Oriented Programming (OOP) is a programming paradigm that uses the
📄️ Abstraction
Abstraction in Object-Oriented Programming (OOP) refers to the process of
📄️ Abstraction Example
TypeORM is an abstraction layer over various databases, which allows
📄️ Encapsulation
Encapsulation is a fundamental concept in object-oriented programming (OOP)
📄️ Encapsulation Example
Encapsulation isn't just about hiding data or making it private. It's about
📄️ Polymorphism
Polymorphism is a fundamental concept in object-oriented programming (OOP)
📄️ Polymorphism Example
In the realm of JavaScript and TypeScript, polymorphism can be observed in
📄️ Inheritance
Inheritance is a fundamental concept in Object-Oriented Programming (OOP) that
📄️ Why Inheritance
Why Use Inheritance?
📄️ OOP Lingo
Who Is The User Of The Class?