

Ans:
A ClassFactory instance is a "factory object" which Flex uses to generate instances of another class, each with identical properties. The ClassFactory class implements the IFactory interface. When you create objects that has a property of type IFactory like itemRenderer property of alist control or the itemEditor property of a DataGrid control. When we change the item renderer at run time then we have to need classFactory in flex.
for example:
var myObject :ClassFactory = new ClassFactory(myItemRenderer);
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.