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

shoeSize - Variable in class Person
 

T

test() - Static method in class Person
Where we put all the test cases.

A F L P S T

Generated by BlueJ