Quick question about inheritance

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()?