Property inheritance

All built-in, or system, properties assigned to a particular root class are inherited by all its subclasses. Similarly, all custom properties added to a class are inherited by all of its subclasses.

If you..