Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public Cat(String name, int age, int weight, int strength) {
  2. count++;
  3.  
  4. this.name = name;
  5. this.age = age;
  6. this.weight = weight;
  7. this.strength = strength;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement