A simple implementation of the dynamic data structure known as the stack using VB.NET code. Including how the push and pop operations can be implemented. This also includes an object oriented approach to the implementation of a stack using a class with Push and Pop methods.