Posted by Andy Hassall on 07/18/07 23:10
On Wed, 18 Jul 2007 22:56:34 GMT, Sanders Kaufman <bucky@kaufman.net> wrote:
>Really?!
>I just went through a bunch of classes to make sure I used Var to
>pre-type my variables. I knew it wasn't necessary (except for
>maintainability and such) but I didn't know it was outright deprecated.
It's deprecated in favour of "public", "private" or "protected" - you should
still declare the member variables in the class.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|