Rules Flashcards
How does directed inheritance differ from pattern inheritance?
Pattern inheritance allows you to reuse rules within a single application. Directed inheritance allows you to reuse rules in other applications, including standard rules provided as part of the Pega Platform.
What type of relationship is described by pattern inheritance?
Pattern inheritance describes the business relationship between classes. Pattern inheritance indicates the reusability of rules throughout an organization, such as whether a rule is usable by a single case type, an entire department, or even an entire organization.
From which class does @baseclass inherit rules?
None. In a Pega application, @baseclass is the ultimate base class. All other classes inherit from @baseclass.