Abstract class instantiation cc4m_logo_inline

IDSTAT-25
TitleDo not attempt to instantiate abstract classes.
PriorityMandatory
Severity level1
DescriptionDo not attempt to instantiate abstract classes because this will result in an error.
RationaleOnly concrete classes can be instantiated. If any of the methods or properties are abstract, the entire class is considered abstract.