Some favorite site feeds aggregated locally: iPhone Development RSS   Adobe Labs RSS   Macrumors RSS

Thursday, August 23, 2007

Internal Access Modifier

Thursday, August 23, 2007   

I am not doing much AS3 yet except on my own playing around to learn it (still doing mostly AS2 stuff), so I was surfing around and I came across an *awesome* post detailing access modifiers and something I hadn't seen yet was the internal access modifier.

How handy is that? Basically you don't need getters and setters if you have classes in the same package and vars, etc. are created using the internal access modifier. You can have the classes communicate without a bunch of extra code.

The post is from Oct. 27, 2006... so I feel embarrassed that I didn't bump into this one earlier. Maybe I did bump into her, but my mind was somewhere else and it didn't register. Its a great article to read in my opinion.
 
 Return to the main page
Comments:

There are currently 0 Comments:

 Leave a comment