OOPortal
Search
SiteMap
RationalDB
Database Design
Building C++ Classes
Corba Fundamentals
Corba Java Programming
Designing Reusable Code
Programming C++
Building C++ Classes
OOP Encapsulation
C++ Class Constructs
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.