pAn important topic: preconditions and
postconditions.
pThey are a
method of specifying what a method accomplishes.
Preconditions and Postconditions
Data Structures
and Other Objects
Using Java
This is the first of several
lectures which accompany the textbook Data Structures and Other Objects
Using Java. Each lecture chooses one topic from the book and expands on
that topic - adding examples and further material to reinforce the students'
understanding.
This first lecture covers
the topic of Preconditions and Postconditions from Chapter 1.