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 |
Which method cannot be overridden?
what is the diffrence between c# and c++
Is react oop?
What is a linked list?
write a short note on Overloading of Binary Operator?
what is Class in oops with example?
What is abstraction encapsulation?
What is oops and its features?
what is use to destroy an object? illustrate.
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
What is byval and byref? What are differences between them?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).