What is the difference between?
Self message
Recursive message
Re-entrant message
thanks
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.
A Self Message is a type of message which represents the execution or operation call in the same object lifeline.
A recursive message is a type of self message that is executed recursively.
A re-entrant message is where you have an object A and and oject B.
The call that B makes to A is called a re-entrant message.
Hope that makes sense!!!