[SOLVED] CS #include

$25

File Name: CS_#include.zip
File Size: 103.62 KB

5/5 - (1 vote)

#include
#include #include
using namespace std;

class Instructor {
public:
list courseLoad;
int EmployeeID;
string name;
string address;
};
class Student {
public:
list registeredCourses;
int studentID;
string name;
string address;
};
class TeachingAssistant : public Student, public Instructor {};

int main() {
TeachingAssistant ta;
ta.Instructor::name = Joey;
cout << ta.Instructor::name << endl;}

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS #include
$25