C++ OOP Quiz - Question 5

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments
Article Tags :