Public, Private and Protected - Encapsulate Your Code Today!
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...
vinven.hashnode.dev5 min read