What are the four phases of the Unified Process ?
Answer Posted / naveen sisupalan
Inception
Elaboration
Construction
Transition
| Is This Answer Correct ? | 73 Yes | 3 No |
Post New Answer View All Answers
What is a try/ catch block?
Do structs support inheritance?
Define Initialisation Purpose.
Does java support multiple inheritance? if not, what is the solution?
Can we use static method definitions in interfaces?
Describe inheritance and non-inheritance of a derived class?
Is it possible to override private virtual methods?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
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?
Why do we separate interface from implementation?
What is the difference between a class and a structure?
What are the Differentiate between abstraction and encapsulation.
Explain about a class in oop?
Explain the mechanism of composition?
What is Abstract method and how different from Virtual Method?