First page Back Continue Last page Graphics
DEFINING YOUR OWN CLASS
Remember the structure?
struct Student_info { string name; double midterm, final; vector<double> homework; };
Can tread all the data as a single entity.
However, no restriction to access and no related functions.