A F L P S T
A
- age -
Variable in class Person
-
F
- firstName -
Variable in class Person
-
L
- lastName -
Variable in class Person
-
P
- Person - class Person.
- A Person with name, age, and shoe size.
- Person() -
Constructor for class Person
-
S
- setInformation(String, String, int, double) -
Method in class Person
- Set all the information about a Person.
- shoeSize -
Variable in class Person
-
T
- test() -
Static method in class Person
- Where we put all the test cases.
- toString() -
Method in class Person
- Format all the information about a Person in a String.
A F L P S T
Generated by BlueJ