Software engineering Question: Download Software engineering PDF

What are use cases and class diagrams in Software Engineering?

Tweet Share WhatsApp

Answer:

Use cases are graphical represenation of system parts and there interaction that is taking place. Normally we depict
the part of the systems who are involved in some activity as actors.
Class Diagrams are a part of designing proess. After coming up with use cases of the system, we take each use case and come up with the
classes that we need to perform that functionality. Each class will have Class Name, Attribues and Operations associate with it.
Some of the features of the classes are -
- Each class should have well defined responsibilities
- These responsibilities should be cohesive i.e. the system as a whole looks sensible and looks together.

Download Software engineering PDF Read All 34 Software engineering Questions
Previous QuestionNext Question
What are the Different types of Architectures in Software Engineering?What are sequence diagram? What are package diagram? What are collaboration diagram?