UML. Interaction diagrams

  • Thread starter Thread starter Alberto
  • Start date Start date
A

Alberto

How do you write the interaction diagram's messages in c#? like calling a
method in the object class? like an event?
Thank you
 
Can you give more description ? do you mean you want to implement the
interaction framework problem and solution or somehings else.
 
If you see a interaction diagram where a class A send a message to a class
B, how do you write it in c#? The class A call a method of the class B or
the class A send an event and the class B listen to it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top