IT 117: Intermediate Scripting
Class 23

Review


New Material


Microphone

Graded Quiz 9

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.

Solution to Homework 9

I have posted a solution to homework 9 here.

Let's take a look.

Homework 11

I have posted homework 11 here.

This is the last homework assignment.

It is due this Sunday at 11:59 PM.

Questions

Are there any questions before I begin?

Review

Inheritance

Principles of Inheritance

An Example of Inheritance

The Video Class

The Video Constructor

Validation Methods for Video

Calculating the Collection Number

Writing he Video Constructor

Video Accessors

The __str__ Method

Attendance

New Material

The Movie Subclass

Creating a Subclass

Creating a Constructor for a Subclass

Movie Accessor Methods

The add_actor Method

A __str__ Method for Movie

The super Function

Creating Derived Objects

The Instructional Class

The Instructional Constructor

The get_name Method for Instructional

The __str__ Method for Instructional

Polymorphism

Mutator for the Instructional Class

Accessors for the Instructional Class

The isinstance Function

Fairness

Class Exercise

Class Quiz