Friday, September 23, 2005

Dynamic interfaces in VB 9

VB 9.0. One of hte coolest features is dynamic interfaces or strong duck typing, which will let you cast any type to any interface, and the cast succeeds as long as the all the methods in the interface match the methods in the object. Very cool!

No comments: