Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Write a program in c++ to read two floating point numbers and find their sum and average.

2 Answers  


What is late bound function call and early bound function call? Differentiate.

2 Answers   Ness Technologies,


hi all..i want to know oops concepts clearly can any1 explain??

0 Answers   Eureka Forbes,


What is oop in simple words?

1 Answers  


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

0 Answers   HCL,


I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe

1 Answers  


What is abstraction with example?

0 Answers  


How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.

4 Answers   NIIT, TCS,


is there any choice in opting subjects like 4 out of 7

0 Answers  


In c++ there is only virtual destructors, no constructors. Why?

4 Answers   IBM, Polaris,


#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  


how to write a java program for an output ****0 ***01 **012 *0123 01234

1 Answers  


Categories