What is an USECASE? Why it is needed?

Answer Posted / surendra singh (suraj)

It is useful to represent the complete and specific
funtionality that an actor(USER) is desirous of.
This functionality is shown by the USECASE model with the
help of Diagrams, i.e. Sequence Diagram and Colloboration
Diagram. It shows the various states of a work flow(Project
or Program).

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we restrict inheritance for a class so that no class can be inherited from it?

666


Explain what an object is.

643


What do you mean by "explicitly implemeting an interface". Give an example?

575


What are the types of polymorphism?

566


What is constructor and virtual function? Can we call virtual funciton in a constructor?

609






What is the difference between class inheritance and interface inheritance?

588


What is ‘this’ pointer?

574


Explain what you understand by function overloading.

572


State about java and its relation to object oriented programming?

620


What is sealed modifiers?

597


Why is class hierarchies managed in object-oriented programming?

574


A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?

555


Is iterator a class or interface? What is its use?

535


What is the use of interface?

605


What are the problems faced by the developer using object oriented programming language?

553