We carry on with the articles/lessons about Object Oriented Programming.
We saw last time how to create a method for an Actionscript 3.0 class .
As Flash CS3 has also implemented some attributes for the class property, it is time for us to study the difference between a property with private and public attribute or protected and internal ones.
We will see the importance to assign and define the correct attribute to our properties.
To do so is an important point for the OOP!
Let us see a few examples…






