| Developer's Daily | Java Education - Test Projects |
| front page | java | perl | unix | DevDirectory |
public class Dog extends Animal
{
public Dog() {
hasColdNose = true;
}
public String speak() {
return "woof";
}
}
|
|
| Copyright © 1998-2003 DevDaily
Interactive, Inc. All Rights Reserved. |
|