Multiple choice technology web technology

If an access role is specified to a parent class it applies to

  1. Parent Class only

  2. Parent class and all its child classes

  3. Parent class and all its child classes unless explicitly overridden by another access rule

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In role-based access control systems like Pega, access roles defined at a parent class level automatically inherit down to all child classes. This inheritance persists unless explicitly overridden by a more specific access rule defined at the child class level. Other options miss this conditional override.