Computer Science 433
Programming Languages

Fall 2014, The College of Saint Rose

Lecture 24: Object-Oriented Programming Support
Date: Monday, November 24, 2014

Agenda

Lecture 24 Assignment

Due at the start of class, Monday, December 1.

Please submit answers to these questions in Submission Box under "LA24" or in hard copy by the start of our next class. We will discuss these questions at the start of class, so no late submissions are accepted. Please be sure that your name is clearly indicated in all submissions.

The readings for next class are Sebesta Chapter 12.

Compare the text example of the single_linked_list that is extended by stack_2 and queue_2 in Section 12.5.2 with the implementation of the StackList and QueueList classes in Bailey's structure package. (10 points)

Terminology

Examples

Links