Methods, members, getters and setters are common names when talking about class data Methods are things the class knows how to do. EG a ball can bounce Members are things that belong to that class. EG a yoyo has a string. Getters and setters are a design pattern where Members are exposed with Methods. EG a cashier has money in their drawer and can take your money and put it in the same drawer.