Module 5: Supplemental Material
More about objects
There is already a lot of material on objects that we won't need to
repeat here. Learn more about objects:
- Start by reading through and doing the exercises in
Module
4 of CS-143. This covers static objects in a little more detail.
- Next, read through the very detailed examples in
Module
5 of CS-143.
- For this course, we will not spend much time on inheritance
or abstract classes. However, to get a general idea of what it's all
about:
- Read through the brief overview "Why use objects?" in
CS-143
Appendix.
- Read through the accompanying article "More examples on
objects" in
CS-143
Appendix.