What is encapsulation in OOP?
Options
- A. It is a way of combining various member functions into a single unit
- B. It is a way of combining various data members and member functions into a single unit which can operate on any data
- C. It is a way of combining various data members into a single unit
- D. It is a way of combining various data members and member functions that operate on those data members into a single unit
