Sunday, July 04, 2004

(.NET - VB.NET) Operator Overloading in Visual Basic 2005

Operator Overloading in Visual Basic 2005

Operator Overloading is a common feature that is seen in Object Oriented Languages. Though VB was made to be an OOL, the concept of Operator Overloading is new to Visual Basic 2005. It Simplifies the use and development of complex types by allowing you to specify your own implementation for standard operations such as addition and subtraction.

This Article from MSDN explains the concept in detail with examples.

No comments: