Content deleted Content added
No edit summary |
|||
Line 10:
The second definition is motivated by the fact that in many OOP languages hiding of components is not automatic or can be overridden; thus, [[information hiding]] is defined as a separate notion by those who prefer the second definition.<!-- this is based on all the refs given above, so no inline cite here-->
== As information hiding mechanism ==
{{See also|Information hiding}}
Encapsulation can be used to hide data member and member function.
|