What is inheritance in term of oop (flash actionscript)?



What is inheritance in term of oop (flash actionscript)?..

Answer / Hina Jain

Inheritance is a mechanism in Object-Oriented Programming (OOP) where one class acquires the properties and methods of another. In ActionScript, you can create a new class that inherits from an existing class using the extends keyword. The inherited class, called the subclass or child class, automatically includes all public properties, functions, and constructors of the parent class, unless they are overridden.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Multimedia General Interview Questions

What is avi format?

1 Answers  


Explain how do I take good portraits?

1 Answers  


what are the different types of optimizers?

1 Answers  


Define midi?

1 Answers  


How can you show a jpg image in dynamic text field?

1 Answers  


What is an hdmi optical switch?

1 Answers  


Have you built any components with actionscript? If so explain how you did it?

1 Answers  


How are projector lumens measured?

1 Answers  


Explain what is graphics?

1 Answers  


Can I load css style sheets dynamically at runtime?

1 Answers  


What is interface in term of oop (flash actionscript)?

1 Answers  


How polymorphism works on actionscript?

1 Answers  


Categories