Multiple Choice
An alternative to implementing a stack as an extension of Vector is to write a class that has a(n) ____ component.
A) array
B) List
C) Queue
D) tree
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: The ListStack class is said to be
Q4: A(n) _ is a data structure with
Q5: There is only one stack interface in
Q6: The storage policy used by a stack
Q7: The _ class implements a growable array
Q9: Rewrite the following as an infix expression:
Q10: The method _ returns the position of
Q11: The Java API includes a Stack class
Q12: The array data field can be used
Q13: A(n) _ is a data structure in