Multiple choice technology web technology

Which is false about Model Chaining?

  1. a. It overrides properties

  2. b. It doesn’t override properties

  3. c. Calls super class model if super class modeling enabled

  4. d. Use identical names for the model

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

Model chaining in Pega DOES override properties in child classes with properties from parent class models. Option B states it doesn't override, which is the false statement the question seeks. Options A, C, and D describe actual behaviors of model chaining.