Advertisements
Advertisements
Question
In what way does a class enforce data hiding?
Short Answer
Solution
A class is a template for creating objects. Private methods and variables are only accessible within the class. These are only accessible internally and remain hidden from the outer world that a class promotes data hiding.
shaalaa.com
Is there an error in this question or solution?