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 |
How do I get flex to query my database?
How do I get flex to query my database? : adobe flex action script
What design patterns have you used in actionscript and java? : adobe flex action script
What is default frame rate of the timeline in frame per second?
What keyword allows us to implement abstraction better in flex? : adobe flex action script
What is singleton class? Explain the steps to create a singleton class?
Explain how many levels does flash mx support?
Is double-clicking supported on various components? : adobe flex action script
Explain which of the recommended character to use to separate target level paths levels? : adobe flex action script
Can I still build flex 2 applications with flex builder 3 beta 3?
How do you implement push with flex data services? : adobe flex action script
What is state? : adobe flex action script