Re: Global Const vs Public Const



"Bob Butler" <tiredofit@xxxxxxxxxxx> wrote in message
news:%23GNRjSd1GHA.1256@xxxxxxxxxxxxxxxxxxxxxxx
At least as far as development tools go. The fact that MS is leading in a
given direction is no reason to follow. Deprecating Global in favor of
Public was a mistake IMO

Hardly, Global is the wrong term. Global means world wide as in accessible
to everything everywhere. Public just indicates that it is exposed outside
the class that holds it.

Michael


.


Loading