20.3 Protected Scope (cont.)

Syntax 20.1 (cont.)
Example:
class Chart
{
	. . .
protected:
	vector<double> data;
	double value_at(int index) const;
};

prev |top |next