What is the use of data hiding?
Answers
Answered by
2
Answer:
Data hiding is a software development technique specifically used in:
object-oriented programming (OOP) to hide internal object details (data members).
Data hiding ensures exclusive data access to class members and protects object integrity by preventing unintended or intended changes.
Answered by
0
Answer: Data hiding is a software development technique specifically used in object-oriented programming (OOP) to hide internal object details (data members). Data hiding ensures exclusive data access to class members and protects object integrity by preventing unintended or intended changes.
Similar questions