What are the four phases of the Unified Process ?
Answer Posted / santhosh paul
Unified process has emerged as a popular and effetive software dewelopement process.
In particular,the rational Unified process as modified at rational corporation is widely practised in many industries.
The Rational Unified Process only has four phases named
inception
elaboration
contruction
transition
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between an abstract class and interface in java?
Is is possible to define our own functional interface?
What is garbage collection(gc)?
What is a friend function?
What is the function of dynamic typing?
Why dynamic binding is used in object-oriented programming?
Can I implement polymorphism using abstract class?
what three "domains" are considered during analysis modeling?
What is a try/ catch block?
What is single and multiple inheritance?
What is diamond inheritance problem? How java 8 solves this problem?
Can you use virtual, override or abstract keywords on an accessor of a static property?
What are the different types of inheritance?
Explain about the relationship between object oriented programming and databases?
How can we restrict inheritance for a class so that no class can be inherited from it?