this question is regarding Object Oriented Analysis and design ,UML
in object oriented analysis final result is the class diagramme of system am i right?
in object oriented design final result is implement the class diagramme in code am i right ?
what is the use of UML diagramms in OOAD?
- in object oriented analysis i have seen use these UML diagrams - use case diagram,sequence diagram to create the class diagram
- are above diagrams are the only ones that used in analysis(create the class diagramme)?
- in object oriented design i have seen used these UML diagrams - class diagram , sequential diagram to used to implement the code(code of the classes)
- are above diagrams are the only ones that used in design to implement class diagram in code?
- or depending on need other type of UML diagrams are use in object oriented analysis and object oriented design?