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
Do structs support inheritance?
What is polymorphism? When is it employed? give an example.
If a class inherits an interface, what are the 2 options available for that class?
Explain what is object oriented programming language?
What is the order of call of constructors in inheritiance?
What is a subclass?
Which keyword can be used for overloading?
What does it mean that a method or class is abstract?
What is early and late Binding?
What is a nested interface?
What are virtual functions, base class pointer, derived class pointer, biding references?
Is is possible to define our own functional interface?
Does java support multiple inheritance? if not, what is the solution?
What is the difference between a class and a structure?
Classes and structs support inheritance. Is this statement true or false?