|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use edu.pdx.cs399J.lang | |
|---|---|
| edu.pdx.cs399J.core | This package contains classes that demonstrate Java's core API. |
| edu.pdx.cs399J.lang | This package contains example Java programs that demonstrate fundamental aspects of the Java programming language such as declaring variables, handling exceptions, and class inheritance. |
| Classes in edu.pdx.cs399J.lang used by edu.pdx.cs399J.core | |
|---|---|
| Person
This class demonstrates constructors, the toString method, and instance fields. |
|
| Classes in edu.pdx.cs399J.lang used by edu.pdx.cs399J.lang | |
|---|---|
| Animal
This class is the base class in our animal hierarchy. |
|
| Bird
This class represents all birds. |
|
| Flies
This interface is implemented by all animals that can fly. |
|
| Insect
This class represents an insect. |
|
| Mammal
This class represents all mammals. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||