My application is dependent on another applications abstract method implementation. I want help in how to access the implementation of that abstract method as the other application is only exposing us the Abstract interface which has the method definition.
So, my question is how to access the implementation of the abstract method, present in the abstract class. Do we have to use reflection for this ?
superkeyword, which points to the parent of extendend class