Multiple choice technology

Can we use objects of super class and sub class in same rule

  1. True

  2. False

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

In ILOG JRules, you cannot directly use superclass and subclass objects in the same rule without proper type definitions or inheritance hierarchies. Each rule typically works with objects of a consistent type to avoid type safety issues during rule execution.