class <className> { public: (public member data and functions go here) private: (private member data and functions go here) };