CSE 202 LAB 6
Modules, External Files
It is often more convenient to work on classes independantly byputting the code in separate files. To do this, you create aninterface in a separate file, and the functions in an additionalfile. For example, lets consider the class Person.
Class definitions (interfaces) are stored in a header file, afile with the suffix .h
Create the class definition for the Person class in filePerson.h as follows:
#ifndef PERSON_H #define PERSON_H #include <string> using namespace std; class Person {
PayPal Gateway not configured
PayPal Gateway not configured