public
USE:
determines the scope of a class member
REMARKS:
public members (default) are visible to ouside the object.
RELATED:
protected
private
com
class