What is Data Hiding?
In this lesson, you will get familiar with a very important aspect of Object Oriented Programming called data hiding.
We'll cover the following...
Introduction
In OOP, objects and classes are the basic entities. Objects are created using classes. One can observe that classes contain data members ...