A class is kind of like blueprint of a particular object. It's a group of methods and variables that belong to the object.

Nice! Whenever we create an instance of a class with the new keyword, we're said to create an object that can use these methods and variables.

Are you sure that we create a list with the static keyword?