Module 9 Summary

Thomas J. Kennedy

Contents:

Having completed the Modules, Classes, & Objects module (i.e., Module 9) you should now be comfortable:

1 Questions to Consider

Take a few minutes to think about the following:

  1. How do Python classes differ from C++ classes?

  2. How do Python classes differ from Java classes?

  3. How does the Class Checklist help apply the D.R.Y. idiom?

2 On to the Next Module…

The next module (i.e., Polymorphism, Interfaces, and Protocols) will continue the discussion of classes and objects.