Adobe Flex Actionscript Question:
Download Questions PDF

What is Inheritance in term of OOP (Flash Actionscript)?

Answer:

Inheritance is a form of code reuse that allows programmers to develop new classes that are based on existing classes. The existing classes are often referred to as base classes or superclasses, while the new classes are usually called subclasses. Advantage of inheritance is that it allows you to reuse code from a base class. Use the extends keyword to indicate that a class inherits from another class.

Download Adobe Flex Actionscript Interview Questions And Answers PDF

Previous QuestionNext Question
What is Interface in term of OOP (Flash Actionscript)?What is Polymorphism in term of OOP (Flash Actionscript)?