private
USE:
determines the scope of a class member
REMARKS:
private members are visible only inside objects of the class.
RELATED:
protected
public
com
class