Glossary: Private
The private keyword in the
class statement
means that the following members of the class are not available to
users of the
objects
of the
class,
nor any
subclass
that
inherits
from it,
and consequently forms part of its implementation. See also
public
and
protected
See OO Concepts:
Private & Public
Go Back to the
The Glossary Top Page
If you have any comments about this page please send them to
Nick West