What is inheritance in term of oop (flash actionscript)? : adobe flex action script



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

Post New Answer

More Adobe Flex Interview Questions

Should model locator as a singleton class? Can't we instantiate this class as like normal class?

1 Answers  


What are runtime shared libraries in flex? : adobe flex action script

1 Answers  


Explain about different types of channels available in blaze ds?

1 Answers  


When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script

1 Answers  


In which level does the original movie resides? : adobe flex action script

1 Answers  


What are the methods called when a ui component is intialized?

1 Answers  


What is inheritance in term of oop (flash actionscript)? : adobe flex action script

1 Answers  


What is display container? : adobe flex action script

1 Answers  


What is the difference between target and current target?

1 Answers  


How do we overload functions in actionscript? : adobe flex action script

1 Answers  


How can you show a jpg image in dynamic text field? : adobe flex action script

1 Answers  


Difference between array and array collection?

1 Answers  


Categories