public class Person extends Object
| Constructor and Description |
|---|
Person(String firstname,
String lastname,
int age) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAge() |
String |
getFirstname() |
String |
getLastname() |
Copyright © 2015. All rights reserved.