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
Why is OOP good?
If a method definition has been specified in class , its 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?
How many instances can be created for an abstract class?
What is Overloading ? Is it similar to overriding ?
Which oops concept exposes only necessary information to the calling functions?
What are the features of encapsulation ?
What are different ways to create string object?
Explain OOPS.
How can we call the base method without creating an instance?
What do you mean by operator overloading?
How will you define abstract classes?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What is the use of ‘finalize’?
How to differentiate between a CreateObject() and GetObject() ?
How to define an abstract class?