Nothing here yet.
Nothing here yet.
Introduction 🚀 Encapsulation is the process of using access modifiers (public, private and protected) to limit what variables or methods an object can access/call. Through your programming journey, if you've dabbled in Object-Oriented-Programming (O...

TL;DR: Encapsulation - Restricting what properties can be called, viewed and set by an object Polymorphism - Changing an object based on the parameters given to it Inheritance - Accessing properties from a class' parent to avoid rewriting code Intr...
