the data hiding feature of oop achieved by defining the variables and function as
Answers
Answered by
3
Data Encapsulation & Data hiding:
“Wrapping up (packing) of data and functions into a single unit-class is known as the data encapsulation.” Data encapsulation provides security on data. The data members cannot be accessed outside class in which it is declared. This fundamental concept is known as the data hiding.
Similar questions