
|
Introduction to Computer Science II - CSE 1030
Summer 2010
This course continues the separation of concern theme of CSE1020 by introducing the concern of
the implementer: rather than use a ready-made API, you will implement a given API. Topics include
implementing simple classes, aggregates, and inheritance hierarchies; abstract classes and
interfaces; building graphical user interfaces; recursion; searching and sorting; and linked lists.
The course also covers contracts, generics, and design patterns.
|
|