Hi all,
I am working with class extensions. I have studies some very helpful articles about class extensions.
We can add new instance and static variables and methods in class extension. But is there any way to modify or override an existing method in the extension class ??
e.g.
There is a class named DmfIntegrationBridge and it has a method named getJobStatus, so i want to override this method in a way that i want to return some extra information from this method. So is there any way to do this?
We are going to restoring below