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 |
How to overload postfix operator in c++
What does and I oop and sksksk mean?
what is a binary overloading
What is the difference between const int *ptr and int const *ptr???
What is a superclass in oop?
Why u change company?
difference between overloading and overridding
What is multidimensional array?
what is the realstic modeling?
What is the difference between pass by reference and pass by value?
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
Can we define a class within the interface?