Adobe Flex Actionscript Question:

What is Display container?

Adobe Flex Actionscript Interview Question
Adobe Flex Actionscript Interview Question

Answer:

Display object container is special type of display object which can contain child display objects in addition to (generally) having its own visual representation. When a display object container is removed from the display list, all its children are removed as well.


Previous QuestionNext Question
What is Display object?What Is the Model-View-Controller (MVC) Pattern?