Explanation

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


Suggested Action

To reference a property of this class:

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