- Q
-
- qualified name
- An identifier used to qualify a nonclass type name such
as a member by its class name.
- queue
- A sequence with restricted access in which elements can
only be added at the back end (or bottom) and removed
from the front end (or top). A queue is characterized by
first-in, first-out behavior and chronological order. See
priority queue.