Hi All: So far, I’ve learned that a class is a blue print for an object. Inside the class are methods which are analogous to actions and there is data which store the state of the class. I’m having trouble grasping the notion of parameters. I know they are passed into a method’s header but I am unsure of their purpose and how to use them. Can anyone provide input? All the best,