Exam-style question
Try this first
What is being combined when a data abstraction is built through composition?.
- A.Procedures to form a compound procedure
- B.Data objects to form compound data
- C.Programming languages to form a new language
- D.Questions to form an examination
Model answer
What a good answer should say
- Data objects to form compound data
Explanation
Why this works
Data composition combines data objects to create compound data. A tree is an example of this type of data abstraction.
Common mistake
No common mistake is linked to this question yet.
