Which of the following is mandatory while creating a class
-
Pattern Inheritance
-
Direct Inheritance
-
Both
-
None of the above
B
Correct answer
Explanation
In Pega, every class must specify a direct parent class through Direct Inheritance, which is mandatory. Pattern Inheritance is optional and uses naming patterns to find parents automatically. Therefore Direct Inheritance is the required component.