For the Cookie class let's create a get_flavor() method to display what the cookie tastes like!

Great! We've just created a custom method that we can use with any instance of Cookie.

What about those parentheses that we usually use with methods?