- A EDTs are more easily compiled.
- B EDTs are reusable throughout the system.
- C The code is easy to read.
- D Properties can be inherited from parent EDTs.
- Share this MCQ
Answer:
A
Share this MCQ
Justification:
- A. Correct: EDTs are compiled in the same way as any primitive data type.
- B. Incorrect: EDTs are reusable throughout the system.
- C. Incorrect: The code is easy to read for EDTs because they are referenced by name.
- D. Incorrect: EDTs inherit properties from their parent and can be used in a hierarchical format.
Share this MCQ