Generalization
*Describes a relationship between a general kind of thing and a more specific kind of thing
* Described as an "is a" relationship
* Used for modeling class inheritance and specialization
* General class is a parent, base, or super class
* Specialized class is a child, derived, or subclass