Java
View all facts
Glossary
Help
mechanism
> information hiding
Next mechanism
:
inheritance
Up
:
mechanism
Previous mechanism
:
garbage collection
information hiding
subject
fact
information hiding
has
definition
Hiding
details so as to reduce complexity
has purpose
to allow
private
information and
methods
to be changed without affecting other
objects
to make sure that
private
information and
methods
are accessed only through a
public interface
is a subtopic of
Object Oriented Programming Concepts
is a kind of
mechanism