IT 117: Intermediate Scripting
Class 18

Review


New Material


Microphone

Readings

If you have the textbook read Chapter 10, Classes and Object-Oriented Programming sections 10.3 and 10.4, Working with Instances and Techniques for Designing Classes.

Homework 8

I have posted homework 8 here.

It is due this coming Sunday at 11:59 PM.

Quiz 6

Let's review the answers to Quiz 6.

Questions

Are there any questions before I begin?

Review

Different Ways to Write Programs

An Example Problem

First Approach

Procedural Programming Approach

Object Oriented Programming

Object Oriented Approach

Attendance

New Material

Classes Are Used by Other Programs

The Constructor Is Special

Defining a Class

Creating An Object from A Class

The self Variable

Using a Class

Improving the Date Class

Refactoring the Date Class

The Time Class

Static Methods

Changing the Attributes of a Class

Professional Responsibility

Codes of Conduct

Class Exercise

Class Quiz