- 8.6 (two examples is fine)
- 8.7
- 8.9 with b) Linked List instead of Stack. Give a couple examples of which operators might be useful to overload, and which would make no sense.
- Create a simple class called Person which has 2 private attributes, name (a string) and social security # (also a string). Then, create a new class that inherits from Person called Student, which also has a 3rd attribute, school.