Example #1
0
	bool dump()
	{
		cout<<" age =" << age <<endl;
		cout<<" height =" << height <<endl;
		name.dump();
	}