intermediate/OtherGreeter

From ggc

Jump to: navigation, search

01 package intermediate;
02 
03 import wiki.Wiki;
04 /**
05  * All about my class here.
06  @author William Anderson
07  */
08 public class OtherGreeter implements GreeterInterface
09 
10 {
11   public String getGreeting()
12   {
13     return "Hello.";
14 
15 
16   }
17 }
18 


Download/View intermediate/OtherGreeter.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