What is the Pattern Inheritance parent for MICO-Finance-
-
Mico-Finance
-
Finance-
-
Mico-Finance-
-
All of the above
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.