Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Information Hiding

A characteristic of object-oriented development in which data associated with an object are not visible to the outside world.


A design principle in which data associated with an object are not visible to the outside world, but methods are provided to access or change the data.

Permanent link Information Hiding - Creation date 2023-02-22


< Indirection Glossary / Object Oriented Analysis and Design Information System >