Today, I dived into Object Oriented Programming (OOP) in Javascript. A programming style based on classes and objects. 😊
I was able to understand the 4 pillars, which include Inheritance, Polymorphism, Encapsulation, and Abstraction and how they can be used in programming. 😎