What are the four phases of the Unified Process ?
Answer Posted / ekta gupa
This process divides the development process into five phases:
Inception
Elaboration
Conception
Transition
Production
| Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
Can we have a default method definition in the interface without specifying the keyword "default"?
What is the base type from which all structs inherit directly?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
What is the main difference between a class and an object?
Difference between class and an object?
What is virtual?
What is an interface?
State some of the advantages of object oriented programming?
Explain what is polymorphism?
Explain about parametric polymorphism?
What is the difference between a class and a structure?
Can constructors be parameterized?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
Which OOPS concept exposes only the necessary information to the calling functions?