20.3 Protected Scope (cont.)
Syntax 20.1: Protected Members
class
ClassName
{ . . . protected:
member functions and data fields
};
Purpose:
Declare member functions and data fields that are visible to derived classes.
prev
|
top
|
next