Are calling method and called method both same?
What I would like to know is “calling method” means the method which calls another method that is main method in most cases, or the main method itself?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The calling method is the method that contains the actual call; the called method is the method being called. They are different. For example: