Extending the core classes in AS3
I'm seeing lots of ArrayUtil and StringUtil AS3 classes, but I don't like using them as it defeats the purpose of an object (StringUtil.trim(str) instead of str.trim()).
That's a shame. One of the best features of Ruby is that you can open up all of the classes at any time you like.
Would've liked to have seen this incorporated into AS3.
#If you have any other info about this subject , Please add it free.# |

