This capability is planned for the next version of
Ecmascript/JavaScript/ActionScript.
 
- Gordon

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of dorkie dork from dorktown
Sent: Tuesday, April 10, 2007 2:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Does AS3 support Strong Typing, Class casting or
intrinsics



I'm not sure if I'm using the right term (please correct me) but does
AS3 support strong typing? In Java it is: 

strong type would be telling that ArrayCollection the  type of object
you are going to store in it. Like 

Collection<UserObject> list = new Vector<UserObject>(10);  

<-  In this statement I am telling java that the Collection will hold a
UserObject Class.


 

Reply via email to