Question d’entretien chez Veritas Technologies

Design a Stack class using template.

Réponse à la question d'entretien

Utilisateur anonyme

22 juill. 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.