Inheritence in Java: Student Projects

[ Home] [ Site Map ]

Links:




Project 1) Animal Class

(No abstract classes) Create the following Classes
  • a super class called Animal that should have
  • Part 2: Extending the project
  • Create the following classes
    Poodle
    Rotweiler
  • The Runner Class: Create a runner Class that demonstrates the functionalities of each type of class

    Project 2) Accounts

    Makes use of abstract Classes
    Objective To employ inheritence, abstract classes, and polymorphism to create account types. Your final project sould have a runner class that demonstrates (by printing out etc...) the functionality of each type of class.

    Required Classes, methods, instance variables

    The Runner Class: Create a runner Class that demonstrates the functionalities of each type of class
    site map | resources