A>class Class1 { A>private: A> short m_Suit; A> short m_Size; A>public: A> short Suit(void) const; A> short Size(void) const; A>}; A>