adspace
What is inheritance in term of oop (flash actionscript)?
Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category