We'll use classes to create efficient user objects that inherit the common updateStatus() method. Start by coding class User {}.
updateStatus()
class User {}
Make sure to type class User {}.