OOPortal
RationalDB Database Design
prev next
  Course navigation

Using external member functions - Exercise
Using external member functions
Objective: Rewrite the person class so it uses an external member function to print out its member data.
Instructions
Use the person class you created in the previous exercise and write the print member function as an external member function. Paste the class below and click the Submit button when you are ready to submit this exercise.