Explanation

A class definition can reference properties, methods, or events only when they are defined in the class or in one of its superclasses.


Suggested Action

To reference a property, method, or event of this class:

If you want to use a property or method in this class but you want subclasses to provide its implementation, declare the property or method as an Abstract property or method in this class.