What is Encapsulation in C++?
The ability to inherit properties from another class
The ability to overload functions
The ability to create abstract classes
The wrapping of data and methods into a single unit
This question is part of this quiz :
Object Oriented Programming in C++