Rules Flashcards

1
Q

How does directed inheritance differ from pattern inheritance?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What type of relationship is described by pattern inheritance?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

From which class does @baseclass inherit rules?

A

None. In a Pega application, @baseclass is the ultimate base class. All other classes inherit from @baseclass.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly