Object Oriented Software Engineering View all facts Glossary Help |
| subject > message > method call |
| method call comparison table | ||||
| Subject | represent by | is a kind of | is a subtopic of | have example |
|---|---|---|---|---|
| Java method call | a message in sequence diagram | method call | The Basics of Java | resultVariable = methodname(argument1, argument2); |
Up: message