Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please use C++ to write the codes. You have to write it in .h and .cpp format. Thanks! Question2 The objectives of the This question
Please use C++ to write the codes. You have to write it in .h and .cpp format. Thanks!
Question2 The objectives of the This question is based on contents covered in Chapter 10 and 11 oftext. questions are to: Implement the constructor, assessors, mutators and mcthods understand object composition write test driver to test the written methods You are required to write the declaration and implementation code in separate files. Your submission is expected to reflect t Examine the following class specifications, additional information and answer the following questions: class Student private: string snamc; string course, string areaOfinterest 3]; Games", "Al", "Robots", "Database", "Analytics", e public: void setStudent(string, string, int, string): string getAreaOfInterestString0 string cname; string workingAreal3]: Games", "Al", "Robots", "Database", "Analytics", ete int size; void sctCompany(string name, string arcal], int size); string getWorkingAreaString0: void displayCompany0 class InterviewRecord Student stud; Company compl; Company comp2; leach student should be assigned to 2 int matchRate; Whigh if there is better match between the areas public: int getMatchRatc0 void displaylnterviewRecordo: Method Remarks Class: Student Constructor with arbitrary values void setStudent(string, string, int, stringD: Sets the values of student object s cout to all int get YearOfGraduation0 Accessor. Return the data member, yearOfGraduation and areaOfInterest array as a single string separated by values. int Sets the values of company object Constructor with size); void displayCompany0: string getWorkingArcaStringo; Uses cou to display all data members Accessor. Return the data member workingArea array as a single string InterviewRecord InterviewRccordStudent, Company, Company, Constructor with a Student record, two int) Company records and matchRate. Accessor. Return the data member, matchRate void displaylnterviewRecordO Use cour to display all data members. Invoke respective display method in
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started