| description | | solution | | discussion |
| exercises after lesson "Inheritance" |
| list of all exercises |
Change class List from exercise 7 into a general template List<T> and use it in the person sorting program from exercise 6.
Solution:
Additionally needed sources: