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
State some of the advantages of object oriented programming?
Can an interface implement or extend another interface?
Describe the Diamond problem. Where does this problem occur?
How can I be thrown polymorphically?
How do you prevent a class from being inherited by another class?
Why is C not an OOP language?
What are the limitations of inheritance?
Explain the different types of constructors
What is meant by “abstract interface”?
What do you mean by data hiding?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is the difference between an abstract class and interface in java?
What are the features that are provided to make a program modular?
What are the problems faced by the developer using object oriented programming language?
What is the use if instanceof keyword? And how do refer to a current instance of object?