Encapsulation is binding the data and functions together into a single unit. The access of data is not provided directly.
Author: Sushma Rao
Object Oriented Programming
  The 4 pillars of object oriented programming is as follows: Encapsulation: Binding the data and functions together Abstraction:
Load More