Explanation

Setting the class attribute Abstract to false causes an error if that class then does any of the following.


Suggested Action

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.