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
What are the basic concepts of oop?
Which oops concept is used as reuse mechanism?
Difference between abstraction and implementation hiding ?
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 Overloading ? Is it similar to overriding ?
How can we call the base method without creating an instance?
Can we override a method by using same method name and arguments but different return types?
Define Destructor?
Explain what you understand by function overloading.
What is data encapsulation and what's its significance?
What is a static method? Why do we need static methods in java 8 interfaces?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What does the “abstract” keyword mean in front of a method? A class?
Explain the term constructor
What is a friend function?