Multiple choice

Which of the following data structures is not an abstract data type?

  1. Union

  2. Map

  3. Set

  4. Container

  5. Priority queue

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A union is a value that may have any of several representations or formats, or it is a data structure that consists of a variable which may hold such a value.