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 |
What is avi format?
Explain how do I take good portraits?
what are the different types of optimizers?
Define midi?
How can you show a jpg image in dynamic text field?
What is an hdmi optical switch?
Have you built any components with actionscript? If so explain how you did it?
How are projector lumens measured?
Explain what is graphics?
Can I load css style sheets dynamically at runtime?
What is interface in term of oop (flash actionscript)?
How polymorphism works on actionscript?