ServiceNow Certified Application Developer — Question 64
The Task table is an example of which of the following? (Choose two.)
Answer options
- A. Parent class
- B. Legacy class
- C. Child class
- D. Base class
Correct answer: A, D
Explanation
The Task table is considered a Parent class because it serves as a foundational entity from which other classes can inherit. It is also a Base class since it represents the primary class in an inheritance hierarchy, while the other options do not accurately describe its role.