What is the difference between?
Self message Recursive message Re-entrant message
thanks
What is the difference between?
Self message Recursive message Re-entrant message
thanks
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!!!