intermediate/MeanGreeter

From ggc

Jump to: navigation, search

1 package intermediate;
2 
3 public class MeanGreeter implements GreeterInterface
4 {
5   public String getGreeting()
6   {
7     return "I hate you.  Go away!";
8   }
9 }


Download/View intermediate/MeanGreeter.java





Views
Personal tools
Add to 
del.icio.usAdd to 
diggAdd to 
FacebookAdd to 
favoritesAdd to 
GoogleAdd to 
MySpaceAdd to 
PrintAdd to 
SlashdotAdd to 
StumbleUponAdd to 
Twitter