Which feature of OOP in C++ provides data hiding?

Explanation:
Encapsulation is used for data hiding by combining data and functions.