Hi ^-^ I want to know some syntax differences of this Programming languages (C# and AS3) and some examples, you know, to understand it better.
There a lot of key word differences.eg:C# Parent : ChildAS3 Parent extends ChildAlso there are a few major syntax differences.eg:C# public Parent(int a) :base(int a){}AS3 public Parent(a:int){ super(a);}Also AS3 doesn't support operator overloads (except equals), doesn't have the virtual keyword and a few other small but important differences.But overall the languages are quite similar.
You must be logged in to post a reply!