Given the following class: class person public: private: void setName (string); void setAge (int); string getName();...

Posted Date: