Multiple choice technology web technology

What is the Pattern Inheritance parent for MICO-Finance-

  1. Mico-Finance

  2. Finance-

  3. Mico-Finance-

  4. All of the above

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

Pega's Pattern Inheritance finds the parent class by removing pattern elements from the right. For 'MICO-Finance-', it first removes trailing special characters like '-' to find 'MICO-Finance', then looks for that class. Option A is correct because Pattern Inheritance strips the trailing dash. Option B lacks the prefix, and Option C still has the trailing dash which would be stripped in the next iteration.