Multiple choice technology web technology

Which of the following is mandatory while creating a class

  1. Pattern Inheritance

  2. Direct Inheritance

  3. Both

  4. None of the above

Reveal answer Fill a bubble to check yourself
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.