1.

What Is Method Overriding?

Answer»

Override a METHOD of a base CLASS in your ActionScript component. To override the method, you ADD a method with the same SIGNATURE to your class, and prefix it with the override keyword

Override a method of a base class in your ActionScript component. To override the method, you add a method with the same signature to your class, and prefix it with the override keyword



Discussion

No Comment Found