View difference between Paste ID: qfm218sZ and DCqLnK1B
SHOW: | | - or go back to the newest paste.
1
class TGlassCylinder:TGlass{
2
	public:
3
		TGlassCylinder(double height, double radius);
4
		int PutIce (int number);
5
6
};