๐ Understanding Access Modifiers in C++
๐ง Introduction
In Object-Oriented Programming (OOP), data protection is very important.Just like a real car hides its engine inside the bonnet, C++ also hides data inside a class.
To control who can access what, C++ provides Access Modifiers.
They d...
yesamitsingh.hashnode.dev4 min read