LoraOrliGeo

Child

Jul 3rd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. package person;
  2.  
  3. public class Child extends Person {
  4. public Child(String name, int age) {
  5. super(name, age);
  6. }
  7. }
Add Comment
Please, Sign In to add comment