class bird { private: int wings, feet, beak; public: void fly(); }; void main() { bird chicken; //here's the instantiation of a bird object }
printable version
chaos
Everything2 Help