|
-
July 14th, 2005, 11:27 AM
#4
Re: OOP in VB .NET
 Originally Posted by DSJ
I believe, but could be wrong, that that'll be included in 2005.
DSJ was right. In Visual Studio 2005, indeed there is proper operator overloading.
I recommend on the book in
http://msdn.microsoft.com/vbasic/whidbey/introto2005/
which you can download for free. In the second chapter it is all explained.
You will have proper operator overloading for arithmetical operators, and logical operators. Plus you will have operator overloading for CType. And the cool new operators of IsTrue, IsFalse and Not.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|