Answer Posted / ashok
A use case is a methodology used in system analysis to
identify, clarify, and organize system requirements. The
use case is made up of a set of possible sequences of
interactions between systems and users in a particular
environment and related to a particular goal.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain about the analysis phase?
What are the features of encapsulation ?
What are virtual functions, base class pointer, derived class pointer, biding references?
What is operator overloading?
Define Initialisation Purpose.
What are the features that are provided to make a program modular?
What is the syntax of object oriented method call?
What is overriding?
What is the difference abstract class and interface?
Explain colloboration
Explain about abstraction?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Can an interface implement or extend another interface?
Difference between encapsulation and data hiding ?
When will you use an interface and abstract class?