Hello,
Does VB Script support a way to parameterize a class? In some
languages, it is possible to define a 'virtual' or 'generic' class,
such that when it is instantiated, the developer supplies the
required parameters. For example, a virtual stack may be one number
deep in one instance and another depth in a second instance. Or, the
contents of the stack may be trucks in one, cows in a second, or
temperatures in a third. In other words, it might be possible to
define stacks of differing depths, differing objects, or both. For
example, supply the required parameters and one could get a stack of
up to 8 cows, etc.
I'm not finding any way to have half a dozen 'stacks' for my data
objects -- one stack of four, another of 13, and the rest with 22.
Thanks for any help with this one!
Dave