What are the four phases of the Unified Process ?
Answer Posted / deniece
Inception
Elaboration
Construction
Transition
| Is This Answer Correct ? | 33 Yes | 4 No |
Post New Answer View All Answers
Can we override static methods of a class?
What is function override?
What is a functional interface? What is sam interface?
Explain about parametric polymorphism?
What are extrinsic and intrinsic connections in object-oriented programming?
Does PowerShell support OOPs?
What are the four important foundation concepts of OOP ?
Can you define OOP and principles of OOP?
What are the methods required to create changes in subclasses?
What does it mean that a method or class is abstract?
What is the difference between class and interface?
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 static and dynamic Binding?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
What are the features of encapsulation ?