Data Hiding is kind of isolation of data from direct access by program - C++ basic concepts
Q. Only functions of the class can access the data of the class and they(functions) provides the interface between data, objects and the program. This kind isolation of the data from direct access by the program is called _______________ .
- Published on 17 Jul 15a. Data Abstraction
b. Data Hiding
c. Data Binding
d. Data Encapsulation
ANSWER: Data Hiding