Frage im Vorstellungsgespräch bei Veritas Technologies

Design a Stack class using template.

Antwort im Vorstellungsgespräch

Anonym

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