Polymorphism in VB6
Continued from the last article I posted, we’re now going to cover PolyMorphism in VB6. To do that, we need an abstract class (interface), and at least one concrete class (implementation), so let’s go ahead and do that. Creating the abstract class (Interface) Using the same project from last article, we’re going to add a …