Advertisement
madhawaseeeee

tute2

Sep 8th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. public class x {
  2.    
  3.     public static void main(String[] args) {
  4.                
  5. //        Dog blacky = new Dog();
  6. //        blacky.height=100;//cm
  7. //        blacky.color="black";
  8.  
  9. //        blacky.me();
  10. //        blacky.myType();
  11.        
  12.        
  13.  
  14.         Dog gingi = new Dog(50,"brown");
  15.         gingi.me();
  16.     }
  17.    
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement