Stack - Generic

Idea: Make your own Stack Generic.
Background: MSVC#: Chap. 17 (p. 381-387)

Refactor your MyStack class from the previous exercise, so it becomes Generic.

Test it - in Main()!!

Make a Unit-test - run and verify it works.

(Remarks: don't forget to test for Exceptions as well!)