Can you order these lines into a lightweight Dog class?

Awesome! We start with the class definition, open the braces and declare name. Then we open the constructor, set name and close the braces.

So close! We start with the class definition, open the braces and declare name. Then we open the constructor, set name and close the braces.