checkAbstractClassInstantiation
This checks if any abstract classes are instantiated. Running the code would result in an error, because abstract classes cannot be instantiated.
For more information on abstract classes, see Abstract Classes and Class Members.
Exemption tag: %@ok<ABSCI>