You need to sign in to do that
Don't have an account?

How to call another method from another method
I have a class 'Tabu_Controller' and it has method getMDMSResult. I have another class "CreateAccount" and merthod name ''CreateUser".
Now i want to use getMDMSResult method in CreateUser method. How to call it.
Now i want to use getMDMSResult method in CreateUser method. How to call it.
If the methods are static then you can call as
If the methods are not stanic then
Regards,
Anil