I think manually instantiating a class inheriting from `Stack` inside a program might be a problem? ...
p
I think manually instantiating a class inheriting from
Stack
inside a program might be a problem? I recall seeing similar error which was caused by calling
new StackClass()
inside a program