InterviewSolution
Saved Bookmarks
| 1. |
Define the term data hiding. |
|
Answer» Data Hiding is the mechanism where the details of the class are hidden from the user. |
|