Suppose you want to change - or simply understand - the role
of an abstract class. One helpful piece of information is
to know which concrete subtypes the abstract class has,
and where these subtypes are created. The below example shows
how to ask Juliet:
Where are subtypes of the abstract class AWTEvent instantiated?