What is Agile methodology?
Answer Posted / pradeep kumar
Agile software development is a conceptual framework for
undertaking software engineering projects. There are a
number of agile software development methods, such as those
espoused by the Agile Alliance, a non-profit organization.
Agile methods attempt to minimize risk and maximize
productivity by developing software in short iterations and
de-emphasizing work on secondary or interim work artifacts.
Scrum and Extreme Programming (XP) are two of the most
popular Agile methods, however, there are many more Agile
methods and agility, as a conceptual framework, may also be
applied to the execution of more traditional methods.
| Is This Answer Correct ? | 59 Yes | 10 No |
Post New Answer View All Answers
What is polymorphism used for?
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).
Can abstract class have normal methods?
What is object-oriented programming? Webopedia definition
What is property in oops?
why reinterpret cast is considered dangerous?
Is data hiding and abstraction same?
Why multiple inheritance is not possible?
• What are the desirable attributes for memory managment?
Why is abstraction used?
What is inheritance in simple words?
Which method cannot be overridden?
Why it is called runtime polymorphism?
to find out the minimum of two integer number of two different classes using friend function
Can we override main method?