Open tswuxia opened 4 years ago
Why does the comment say m2 calls m4 of self? I thought self should refer to f:Foo instead of b:Bar? Or is it I understood the meaning of "self" wrongly. Thanks.
Or is it I understood the meaning of "self" wrongly.
Yes. Here, it means an object calling a method of itself. There is only one such case in the the diagram.
Why does the comment say m2 calls m4 of self? I thought self should refer to f:Foo instead of b:Bar? Or is it I understood the meaning of "self" wrongly. Thanks.