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 |
What is state? : adobe flex action script
Explain what happens if an .swf is loaded into a already occupied level? : adobe flex action script
How can u implement singleton in flex?
How do you implement push with flex data services?
How will u call java method from flex?
What is calllater() method?
What is a filter function?
How do u generate random numbers within a given limit with Action script?
Explain about blaze ds and blaze ds services?
Explain prevent default method?
What are the methods called when a ui component is intialized?
What is event flow in term of event handling in flash action script 3.0?