Say I have a class B that extends class A. In class A, I have a variable that I’ve declared to be a function, which gets defined in the constructor. Now, in class B, is there any way to reference that function with the use of super.functionName()?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Inherit / extend class calls constructor
|
0 | 91 | March 17, 2008 | |
Need help calling functions in OOP AS
|
0 | 73 | April 20, 2007 | |
Adding functionality to a superclass function
|
0 | 94 | February 26, 2009 | |
Extending classes | 0 | 38 | February 22, 2008 | |
Accessing other classes?
|
0 | 115 | December 2, 2007 |