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(String, String, int, double) - Constructor for class Person
Constructor for a Person (sets all the information, but is called automatically every time a Person is created).

S

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