Home Tutorial Flex Flex4 Flex Objects

 
 

Flex Objects
Posted on: April 19, 2010 at 12:00 AM
Objects are real entity conforming the template or blueprint defined by its class. The class defines the properties and behavior for its objects.
Objects are real entity conforming the template or blueprint defined by its class. The class defines the properties and behavior for its objects. Flex provides numerous built in classes like String, Boolean, Number, Array etc. You can also define your classes called user defined classes and make objects of these classes according to the need of your application.

var bool:Boolean = new Boolean(true);

var myObj:MyClass = new MyClass();

Related Tags for Flex Objects:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.