What is extreme programming?
Answers were Sorted based on User's Feedback
Answer / luong dinh dung
Extrem programming is a software developing methodology
which make the rapid development possible. Key elements:
pair programming (working in pair), test driven development
(unit test), prototyping (make prototype and continue the
development based on feedbacks)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / biswa bihari panda
Extreme Programming (or XP) is a software engineering
methodology
| Is This Answer Correct ? | 0 Yes | 1 No |
what uses of c++ language?
what is difference between thread and programme.
What does sksksk mean in text slang?
Which keyword is written to use a variable declared in one class in the other class?
Is enum a class?
Can we have a private virtual method ?
What is the fundamental idea of oop?
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....
4 Answers Bally Technologies, IBM, SoftSol,
what is cast operator?
What is abstraction in oops?
How would you stop a class from class from being derived or inherited.