Introducton To Object Oriented Programming
Introducton To Object Oriented Programming
Is an Instance of class
Contd…
The concept of data encapsulation is supported in C++
through the use of the public, protected and private
keywords which are placed in the declaration of the class.
Note :
Anything in the class placed after the public keyword is
accessible to all the users of the class