2/8/2011 12:20:31 AM
Title:
want to learn oops concepts
Hi
I am new as3 and want to learn oops concepts. Please help is this better way as follows:
C > C++ > java
Regards,
Manish
2/8/2011 1:02:52 AM
C is not oops based . C++ and Java are oops based and the concepts are quite similar to Actionscript.
But to be more precise the as3 is based on ECMA standards for client side scripting language like JavaScript.
If you want to learn oops concepts for ActionScript 3.0 then you should only learn OOPS for AS3 only.AS3 is client side scripting and JAVA / C++ are server languages so Some concepts in AS3 are different from JAVA and C++. So in order to avoid any confusions for future you should not Java and C++ for OOPS concepts.
Basic concepts of OOPS are same for all the languages but as you dig deeper there are some differences in the concept and approach.
2/9/2011 6:01:36 AM
guy if you are learning AS3 then don't mess around with other languages. That's going to confuse you. Only study concepts with respect to AS3.