Summary
This chapter introduced polymorphism in VB. We looked at defining classes that do not have a complete definition but can be extended down in the inheritance tree. We also looked at ways to implement functionality to enforce that a class cannot be extended with inheritance. The next chapter will look at utilizing interfaces in VB programming to allow for multiple inheritance.