What are the four phases of the Unified Process ?
Answer Posted / praveen kumar
1.Visualisation2.
Specifying
3.Construction and
4.Documentation
| Is This Answer Correct ? | 8 Yes | 45 No |
Post New Answer View All Answers
What are sealed modifiers?
What is the practical implementation of inner classes?
Explain what is meant by polymorphism?
Can an interface contain fields?
What is meant by “abstract interface”?
What is the difference abstract class and interface?
Can a class in java be inherited from more than one class?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
What is a ternary operator?
What is static and dynamic Binding?
Explain about multiple inheritance?
Explain the meaning of object in object oriented programming?
What are the limitations of inheritance?
What is the best tool for modeling and ORM framework
what are the different ways for a method to be overloaded?