Multiple choice technology

The parent parameter of initialisor event is used to

  1. Implement encapsulation

  2. Achieve polymorphism in genesys

  3. enable inheritance in rulesets

  4. B & C

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

The parent parameter in the initialisor event enables inheritance (passing configuration from parent to child rulesets) and achieves polymorphism (allowing child rulesets to override or extend parent behavior). Option A (encapsulation) is not directly related to parent parameters. Option C alone is incomplete.