Advertisement
sergAccount

Java Sample

Mar 2nd, 2016
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.07 KB | None | 0 0
  1. public class Animal{
  2.     public String say(){
  3.     return "HELLO   ";
  4.  
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement