+ 2
which diagrams are used to generate codes and why?
diagrams
2 Answers
+ 3
Flowchart is diagrammatic presentation of algorithm which can be implemented in any language .
flowchart gives you explanation of how a task can be solved in finite number of steps.
+ 3
Class diagrams are another example.