What are the four phases of the Unified Process ?
Answer Posted / swathi
Inception
Elaboration
construction
transition
| Is This Answer Correct ? | 41 Yes | 2 No |
Post New Answer View All Answers
What is the super keyword?
What are the limitations of oops?
Difference between encapsulation and data hiding ?
What do you mean by data hiding?
Can we have a default method definition in the interface without specifying the keyword "default"?
What is the significance of encapsulation?
Which OOPS concept exposes only the necessary information to the calling functions?
Which OOPS concept is used as a reuse mechanism?
How can I be thrown polymorphically?
What is difference between encapsulation and abstraction?
Explain the term constructor
Can an interface implement or extend another interface?
What is a static method? Why do we need static methods in java 8 interfaces?
Can we override static methods of a class?
Explain what you understand by function overloading.