An application developer needs to create a type tree that contains numerous infix delimited
groups, and numerous unsigned integer elements. What is the easiest way to create the type
tree?
A.
Create a group with the group and item properties.
B.
Create a category with the group and item properties.
C.
Create separate groups for the group properties and the item properties.
D.
Create the groups and elements then organize them as a subtype of a category.
Explanation: