Re: I finally did it-- hungarian notation

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



MS suggest camel for Protected instance field
and Pascal for Public instance field

Do you think they meant Friend, Private and Protected as protected
instances?




.



Relevant Pages

  • Public vs private instance fields
    ... Newbie Java/OOP question here, which is more correct? ... Define a public instance field and access it like: ... Define a private instance field and use set/get methods to access ...
    (comp.lang.java.help)
  • Re: Public vs private instance fields
    ... >1) Define a public instance field and access it like: ... >2) Define a private instance field and use set/get methods to access ... using accessors and mutators (get/set methods) is ... Plus, as for typing, any decent Java IDE should generate the get/set ...
    (comp.lang.java.help)