Which concept of oops means exposing only necessary information to client?
Answers
Answered by
10
encapsulation means exposing only necessary information to client
Answered by
1
Data hiding is the concept of oops which means exposing only necessary information to clients.
- Data hiding is a technique used in object-oriented programming.
- It means hiding the internal details.
- Data hiding makes sure that the internal details are restricted to class members.
- Data integrity is maintained in data hiding.
- Data hiding reduces the complexities and increases the robustness.
- Another main advantage is that it reduces the interdependencies between two software.
Similar questions