Question: Where template class stack{. private Vector c;} is implemented so that the data entered into the stack data structure are actually stored in a vector,

Where template class stack{. private Vector c;} is implemented so that the data entered into the stack data structure are actually stored in a vector, . (a). class Stack is an adaptor of class Vector. (b). class Vector is a subclass of class Stack. (c). class vector is an implementation of class Stack. (d). class Stack is a specialization of class Vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
