What does the following figure depict?
2018
What does the following figure depict?

Answer: A. Specialization — ConceptIn an enhanced entity–relationship model, specialization is a top-down process: a general supertype is divided into more specific subtypes according to…
- A.
Specialization
- B.
Generalization
- C.
Inheritance
- D.
Abstraction
- E.
All of the above
Attempted by 1 students.
Show answer & explanation
Correct answer: A
Concept
In an enhanced entity–relationship model, specialization is a top-down process: a general supertype is divided into more specific subtypes according to distinguishing characteristics.
The subtypes inherit the attributes and relationships of the supertype. Generalization is the reverse, bottom-up process of combining related lower-level entity types into a common supertype.
Application
The diagram begins with the general entity type Employee and moves downward through an IS-A relationship to the more specific entity types Developer and Tester. That top-down decomposition is specialization.
Contrast
Generalization would proceed upward from Developer and Tester to form the common Employee supertype.
Inheritance describes what Developer and Tester receive from Employee after the hierarchy exists; it is not the direction of hierarchy construction shown.
Abstraction is the broader practice of emphasizing essential features and does not specifically name this top-down subtype split.
The set-level choice “All of the above” would require all four terms to describe the same operation, although their roles and directions differ.
Cross-check
Following the arrow from Employee downward produces narrower entity types. The top-down direction therefore confirms specialization as the depicted modeling operation.
Result: Specialization.