protected
USE: determines the scope of a class member
REMARKS: protected members are only visible inside objects of the class or derived class.

RELATED: public private com class