UML Short Description

Below is a mapping between program elements in C# and their corresponding UML diagram elements, along with the meaning of each. UML Elements Table Program element Diagram element Meaning Class Type and parameters specified when important; access indicated by + (public), – (private), # (protected). Interface Name starts with I. Also used for abstract classes. … Continue reading UML Short Description