Tuesday, October 6, 2009

Chapter 8 Lecture

Below is the screencast for Chapter 8 which covers inheritance and polymorphism. Both of these are features that every object-oriented programming language implements. They help one minimize the number of methods that your program must define. They are overkill for the small programs we will be writing in this class but are indispensable for managing real-world software which is always much larger. You must have watched this screencast by Tuesday, October 13.

CSCE 145: Chapter 8 from Jose Vidal on Vimeo.

Also, here are the slides from the textbook.

No comments: