I. Person, Employee, and Customer Design a class named PersonData with the following member variables: name, address, contact, gender Write the appropriate accessor and mutator functions for these member variables Next, design a class named Customer, which is derived from the Person class. The Customer class should have the following member variables: custanerR, review Write the appropriate
OR
OR