See the Announcements page for final exam instructions.
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 such as singleton and MVC.
(Follow the Section Z link for YouTube lecture video and course notes blog …)
Required (available in the bookstore and on reserve in Steacie):
<br/>
References: