‹#›
9
Nested...
•
class list {
•
public:
•
...
•
private:
•
struct data {
•
char * name;
•
char * psu_id;
•
float grade;
•
};
•
};
•
•