1 complete all the accessors get and the transform set member functions for all publ 5346429

1. Complete all the accessors (get) and the transform (set) member functions for all public and private data members. 2. Create a file (infile.txt) containing data for 5 students. 3. Create (declare) an array of 10 StudentType objects. 4. Read the file and populate the array. #include #include using namespace std; //specification section class StudentType { public: StudentType(); string myname; string myphone_no; char classification; void setName(string); void setPhone(string); void setClass(char); string getName(); string getPhone(); private: string ID; string SSN; float EFC; float GPA; }; //implementation section StudentType::StudentType()//constructor { myname = ” “; myphone_no = ” “; classification = ' '; }

"Get 15% discount on your first 3 orders with us"
Use the following coupon
FIRST15

Order Now