Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class CommonMethods() {
  2.  
  3. // Methods go here.
  4.  
  5. public void myMethod() {
  6. // Method.
  7. }
  8. }
  9.  
  10. public class CommonMethods() {
  11.  
  12. ...
  13.  
  14. CommonMethods commonMethods = new CommonMethods();
  15. commonMethods.myMethod();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement