edu.pdx.cs399J.lang
Class Bird

java.lang.Object
  extended by edu.pdx.cs399J.lang.Animal
      extended by edu.pdx.cs399J.lang.Bird
Direct Known Subclasses:
Duck, Turkey

public abstract class Bird
extends Animal

This class represents all birds.


Field Summary
 
Fields inherited from class edu.pdx.cs399J.lang.Animal
name
 
Constructor Summary
Bird()
           
 
Method Summary
 
Methods inherited from class edu.pdx.cs399J.lang.Animal
getName, says, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bird

public Bird()


Copyright © 2000-2009 Portland State University. All Rights Reserved.