Class Person
java.lang.Object
|
+--Person
- public class Person
- extends Object
A Person with name, age, and shoe size.
- Version:
- Feb. 10, 2001, version 1
- Author:
- Stephen Bloch
Method Summary |
(package private) static void |
test()
Where we put all the test cases. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
age
int age
firstName
String firstName
lastName
String lastName
shoeSize
double shoeSize
Person
public Person()
test
static void test()
- Where we put all the test cases.
- Since:
- version 1
Generated by BlueJ