Computer Science, asked by Steven4920, 1 year ago

Which concept of oops means exposing only necessary information to client?

Answers

Answered by ArpitaNayak1
10
encapsulation means exposing only necessary information to client
Answered by AadilAhluwalia
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