View this PageEdit this PageAttachments to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide

Webinar - Wednesday, Jan 30, 2013

We covered how to view the questions you got wrong on the multiple choice exam.
Talked about polymorphism and showed some example questions on polymorphism and two examples using DrJava a virtual SeeNSay and an example with Shapes.
Talked about recursion and showed using Jeliot to walk through a recursive problem.

Here is a zip file with worksheets on recursion: https://www.dropbox.com/s/r9lnuev2r4i9i8k/Recursion.zip
Here is a zip file with the SeeNSay example of polymorphism, interfaces, an abstract class, and a list: https://www.dropbox.com/s/7ttahpxluv7h7t9/SeeNSay.zip
Here is a zip file with the Shape example which is an example of polymorphism, interface, an abstract class, abstract method, and a list https://www.dropbox.com/s/2lmkd1m2sfh3xqc/ShapeExample.zip

Link to this Page