This graphic illustrates the concept of class and inheritance in object-oriented development. The Class employee allows subclasses to be created using the “template” or superclass “Employee” and use the processes and properties defined for Employee. Subclasses can use properties of their superclass and also add their own properties. If a subclass “Intern” was added to this chart, what unique properties might it have?