Advanced.ActionScript.3.with.Design.Patterns(I)

来源:互联网 发布:ipad如何卸载软件 编辑:程序博客网 时间:2024/06/03 16:37
 

Implementing classes so that they adhere to the principle of encapsulation is quite simple. To achieve this goal, there are just two basic rules:

  1. Don't use any public properties.

  2. Don't reference objects outside the class unless the reference was passed to the class as a parameter.

原创粉丝点击