Multiple choice technology web technology

What is a best practice for creating work class and cover class?

  1. a. They should be in different rule sets since they are 2 distinct classes

  2. b. They should be in same rule set

  3. c. It’s not a good practice to create flows in cover class

  4. d. Always add covered objects from cover

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

Work classes and cover classes should be in the same rule set to maintain proper class structure and inheritance. Cover classes are used to group related work objects, and keeping them in the same rule set ensures consistent access and management.