manusoftar

Untitled

Sep 30th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. MyClass someclass = new MyClass(){
  2.         @Overrides
  3.         public String ToString(){
  4.         return "Hello, World!";
  5.         }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment