IT 117: Intermediate Scripting
Class 22

Tips and Examples


Review


New Material


Microphone

Questions

Are there any questions before I begin?

Readings

In Chapter 11, Inheritance, from our textbook, Starting Out with Python, you should read sections 11.1 and 11.2, Introduction to Inheritance and Polymorphism.

Homework 10

I have posted homework 10 here.

Graded Quiz 8

You can connect to Gradescope to take weekly graded quiz today during the last 15 minutes of the class.

Once you start the quiz you have 15 minutes to finish it.

Tips and Examples

Common Error: Class Test Code Does Not Run

Three Ways to Hide Attributes

Review

Magic Methods

Magic Methods and Boolean Operators

Type Conversion Magic Methods

More Relational Magic Methods

Putting Test Code into Class Modules

Attendance

New Material

Reusing Classes

Inheritance

Principles of Inheritance

An Example of Inheritance

The Video Class

The Video Constructor

Validation Methods for Video

Static Methods

Calculating the Collection Number

The Updated Video Constructor

Video Accessors

The __str__ Method

Creating Superclasses

Honesty and Trust

Class Exercise

Class Quiz