Course web page: Introduction to Computer Science for Majors II by James Tam

Return to the course web page

Example Programs: Hierarchies

Description

File name

How to use inheritance, polymorphic/overridden methods

first_example_DMExample.zip

Casting within an inheritance hierarchy

second_example_casting.zip

Updating scoping rules (including the third level of scope: parent)

third_example_scope.zip