Say you are trying to create a set of classes that represent tools. You will have a Tool class as well as a Hammer class and Screwdriver class. Hammer and Screwdriver are both subclasses of Tool. Which is the proper first line of each class