Back Forward Directed inheritance

PRPC provides two types of class inheritance, both of which allow rules of ancestor classes to be inherited:

For example, the PegaSample-CustomerRequest class, part of the PegaSample sample application, employs directed inheritance. Its directed parent class is Work-Cover-DupByCus. Based on pattern inheritance, the parent class is Work-Object-.

The class rule controls how inheritance works for a class.

definitions class, pattern inheritance, inheritance, rule resolution
related topics About Class rules
Standard rule Class hierarchy and inheritance — Concepts and terms

Up Definitions