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 is object in oop with example?
What is a null tree?
can we make a class static without using static keyword?
all about pointers
Give two or more real cenario of virtual function and vertual object
Write a program to find out the number of palindromes in a sentence.
wht is major diff b/w c and c++?
i hav very low percentage in 12th n BSCwhich is around 50.......coz it was just imposed on me 2 b a science graduate,nw m doin MCA n hav aggregate 74% ....what shud i answer if company's HR ask me about dis much low previous percentage??????
What are the OOPS concepts?
106 Answers A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,
Differences between inline functions and non-inline functions?
Difference between over loading and over ridding?
12 Answers CTS, Patni, Softvision Solution,
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass