Setting the class attribute Abstract
to
false
causes an error if that class then does any of the following.
Contains any abstract methods or properties
Inherits and does not implement abstract methods or properties
Do not set the Abstract
attribute in this class definition.
It is a good practice to set the Abstract
class attribute to
true
or not to set it at all.