A concrete class can have instances stored in the database. In contrast, an abstract class cannot have any instances.
A selection on the Class form determines whether a class is concrete or abstract.
Concrete classes usually appear near or at the bottom (leaf nodes) of the class hierarchy, but may appear anywhere below the top level.