What do you mean by information hiding in terms of software?
Answers
Answered by
7
⬅hyy..
In programming, the process of hiding details of an object or function.Information hiding is a powerful programming technique because it reduces complexity.
_______
Information hiding is also used to prevent programmers from intentionally or unintentionally changing parts of a program.
___
HOPE IT HELPS!!
In programming, the process of hiding details of an object or function.Information hiding is a powerful programming technique because it reduces complexity.
_______
Information hiding is also used to prevent programmers from intentionally or unintentionally changing parts of a program.
___
HOPE IT HELPS!!
Answered by
0
Answer:
Hey buddy!!!
In computer science, information hiding is the principle of segregation of the design decisions in a computer program that are most likely to change, thus protecting other parts of the program from extensive modification if the design decision is changed.
Similar questions