Hello,
In a class diagram, I created attributes for my classes. Is there a solution to use these attributes as parameters in functions that I created in these classes ? Is there also a possibility to reuse a parameter in another function ? For the moment, I use dependency matrix to create relation between attributes and parameters but it will be too difficult to maintain in the future.
