Advertisement
Guest User

Contructors

a guest
Apr 30th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. class Kithma{
  2.    
  3.     public Kithma(){
  4.  
  5.     }
  6.  
  7.    
  8. }
  9.  
  10. class A{
  11.     public static void main(String args[]){
  12.         Kithma k = new Kithma();
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement