Classes can contain member functions.

Can you declare a member function for the Person class?

Nice! We call this kind of function a member function because it's a member of a class.

Not quite! Remember how regular functions are declared?