Abstract Class
An abstract class is a class that can not have object instances. An abstract class can have properties and can be the source or destination class in relationships. An abstract class is created to enable subclasses of the class to inherit the properties and relationships of the abstract class. Figure 5 shows an example.
Figure 5: Abstract ClassIf a class is defined as an abstract class, the MDS engine will not allow creating objects of that class type.