To call a member function, we'll need to create an object and use a period.

Can you call the sayHi() member function after creating an object?

That's right! We'll need to create an object before calling the member functions from its class.

Nope! Here's a hint: calling a function is similar to accessing a property.