Question is:
"Implement a Person class that includes data members to represent name, address, and identification number. The class interface includes methods that provide appropriate access to the data members. Derive a CollegeStudent class and a Professor class from Person. Each of these derived classes should add appropriate data members and methods. Implemente a test client to test the hierarchy. Propose classes to derive from CollegeStudent and Professor. What data members and methods might these derived classes add?"
Does anyone write these program tahnks for your attention...