Re: Petition again MS

Tech-Archive recommends: Fix windows errors by optimizing your registry




"Tom Shelton" <tom_shelton@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:uOKJLbLoIHA.1772@xxxxxxxxxxxxxxxxxxxxxxx
On 2008-04-17, Karl E. Peterson <karl@xxxxxxxx> wrote:
Bill McCarthy wrote:
"Tom Shelton" <tom_shelton@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote ...
On 2008-04-16, Kevin Provance <casey@xxxxxxxxxxx> wrote:

Apparently so: http://vb.mvps.org/vfred/breaks.asp

Yeah... I'm well aware of that. And a lot of that is not syntax changes
either.

And a lot of it is incorrect.

LOL! Yeah, /that's/ what upset Dave Mendlen so, too. (.NOT!)

I have to ask, I'm not quite sure what number 6 on the list even means?

6. Private class variables are not private to the class instance.


If you have a Private variable in a class, and a reference to another instance of the same class, you can modify that variable. It certainly doesn't break any VB6 code, and certainly doesn't belong on that list, but neither does a lot of the disinformation there.

.



Relevant Pages

  • Re: OO problem: How to create a duplicate of a derived class with only a base variable ?
    ... > Skybuck. ... >> would only be needed to write once for the base class. ...
    (alt.comp.lang.borland-delphi)
  • Re: Petition again MS
    ... Private class variables are not private to the class instance. ... Private _aClass As New AClass ...
    (microsoft.public.vb.general.discussion)
  • Re: Ruby Basics / define met;hod
    ... "Inside a class body /self/ is the class instance being defined right ... Private methods can normally be only invoked without an explicit receiver, ... Then I went on to explain that /private/ in Ruby is rather weak because you can invoke private methods on any instance simply by going through /send/. ...
    (comp.lang.ruby)
  • How to get the class instance which creat another.
    ... How to get the class instance which creat another. ... private B bb; ... public void CreatMethod() ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Internal compiler error problem
    ... If I create a new Win32 console project, pasted the code in, switch to ... If I roll the wibble class definition into it's declaration, ... I think the error might be caused by my incorrect overloading of the ...
    (microsoft.public.vc.language)