What is inheritance in term of oop (flash actionscript)? : adobe flex action script
Answer / Nisha Rani
Inheritance is a key concept in Object-Oriented Programming (OOP) where a new class is based on an existing one, inheriting its characteristics and properties. In Flash ActionScript, you can create a new class that inherits from an existing one using the extends keyword. For example:nnpublic class ChildClass extends ParentClass {n}
| Is This Answer Correct ? | 0 Yes | 0 No |
Should model locator as a singleton class? Can't we instantiate this class as like normal class?
What are runtime shared libraries in flex? : adobe flex action script
Explain about different types of channels available in blaze ds?
When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
In which level does the original movie resides? : adobe flex action script
What are the methods called when a ui component is intialized?
What is inheritance in term of oop (flash actionscript)? : adobe flex action script
What is display container? : adobe flex action script
What is the difference between target and current target?
How do we overload functions in actionscript? : adobe flex action script
How can you show a jpg image in dynamic text field? : adobe flex action script
Difference between array and array collection?