Pregunta de entrevista de Veritas Technologies

Design a Stack class using template.

Respuesta de la entrevista

Anónimo

22 de jul de 2017

I gave analogy of linked list to implement the solution. A template node class would be used to store data and a template linkedList class to perform operations on it. I answered all the quires regarding the implementation.