Delphi Error – E2353 Cannot extend sealed class ‘%s’

Delphi Compiler Error

E2353 Cannot extend sealed class ‘%s’

Reason for the Error & Solution

The sealed modifier is used to prevent inheritance (and thus extension) of a class.