Ch. 12 Vocabulary
Ch. 12 Lecture Notes - classes
Ch. 12 Worksheet #1 - identifying parts
of the a class definition and implementation
Ch. 12 Worksheet #3 - writing class defenitions
Ch. 12 Demo Programs
Demo Program #1 - using a Circle class
Demo Program #2 - review the use of struct
definitions and variables
Demo Program #3 - to illustrate the use
of a struct definition and a user-defined function
Demo Program #4 - to illustrate the use
of a class (with the interface & implementation all in the same
file with the main function of the program that uses the class)
Demo Program #5 - to illustrate the use
of a class where the interface and the implementation are in separate
files
Demo Program #6 - to illustrate a simple
example of a Student class
Demo Program #7 - to introduce a class
As a class, build Ch. 12 Demo Program
#7 from "the ground up" ...
"On
the Net" Topics (textbook Web site)
Ch. 12 Programming Assignment
|