Combined Presentations

This page includes both the pre-recorded lecture series and the interactive Zoom presentations. Click on a link to see the video if it is available. All videos are restricted to a valid Cornell netid login. However, slides and demo code may be downloaded without a Cornell netid.

Note: These versions of the videos are not closed-captioned. If you need closed captioning support for these videos, please visit the official VOD channel for CS 1110.

Lesson 22. Subclasses and Inheritance

Subclasses an another major feature of object-oriented languages. They allow you to add features to a class without starting over from scratch.    Watch ›

8 videos totalling 1:01 hours slides demos

Nov. 3. Object-Oriented Design

Object-Oriented Design

This presentation references Videos 20.9-20.10 and Lesson 21.

In ths presentation, we will spend the time creating several example classes. This is another major part of the next exam.    Attend ›

November 3, 2020 slides demos

Lesson 21. Object-Oriented Design

In the video series on algorithm design, we talked about how to properly implement a a function definition. In this lesson we do the same for classes.    Watch ›

6 videos totalling 45:39 minutes. slides demos

Oct. 29. Classes

Classes

This presentation references Videos 20.1-20.8.

In this presentation, we review the class definition. We look at both the syntax (what must be present for the definition to work) and the semantics (how it is processed in Python).    Attend ›

October 29, 2020 slides demos

Lesson 20. Classes

Up until now, if we wanted to use objects, we imported a module that provided the class. In this lecture we finally learn how to create our own classes.    Watch ›

10 videos totalling 1:14 hours slides demos