What is extreme programming?

Answers were Sorted based on User's Feedback



What is extreme programming?..

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

What is extreme programming?..

Answer / biswa bihari panda

Extreme Programming (or XP) is a software engineering
methodology

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More OOPS Interview Questions

char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output

9 Answers   Persistent,


What is a class oop?

0 Answers  


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

0 Answers  


What are callback functions in c++

1 Answers   SoftTech,


What are the advantages of inheritance?

26 Answers   IBS, TCS,






what is polymorphism?

4 Answers  


what is the 3 types of system development life cycle

0 Answers  


What is an orthogonal base class?

2 Answers  


Can we create object of class with private constructor?

5 Answers  


What are the advantanges of modularity

2 Answers  


What is operator overloading? Give Example

11 Answers   CTS, IBM, TCS,


Why do we use polymorphism in oops?

0 Answers  


Categories