| Developer's Daily | Java Education - Test Projects |
| front page | java | perl | unix | DevDirectory |
public class TestDriver
{
public static void main(String[] args)
{
Pizza p = new Pizza();
p.addTopping(Topping.CHEESE_TOPPING);
p.addTopping(Topping.ONION_TOPPING);
}
}
|
|
| Copyright © 1998-2003 DevDaily
Interactive, Inc. All Rights Reserved. |
|