Multiple choice technology web technology

The property rule____ (choose 2)

  1. Can not be overridden with the same name

  2. Can use the inheritance facility in PRPC

  3. Can be created with the same name in different ruleset

  4. Can be created with the same name in different class

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

Property rules in PRPC can be created with the same name in different rulesets (allowing versioning and specialization) and in different classes (enabling class-specific properties). They cannot be overridden with the same name in the same ruleset and class combination, but PRPC's inheritance facility allows derived classes to access properties defined in parent classes.