DevShed.com has a new article today - the latest in their "Inheritance and Polymorphism" series - Part 3.
In the last part of this three-part series of articles, we will find out how to improve the form generator we created in part II by learning about Polymorphism and adding it to the mix.
They go back, revise their previous script a bit, then get into how polymorphism can help make the class more flexible. (Polymorphism, in this this situation, is where different classes can have different behaviors for the same operation.) Once they have that definition out of the way, they give some code to give an example of its implementation. Finish it all up with the complete source code for the form class, and you're all set...




