What is Agile methodology?

Answer Posted / amarpal bajwa

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 ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is interface? When and where is it used?

1664


officer say me - i am offered to a smoking , then what can you say

1582


What is polymorphism explain?

691


What is byval and byref? What are differences between them?

1689


c++ program to swap the objects of two different classes

1765






What is abstraction oop?

625


Write a c++ program to display pass and fail for three student using static member function

2816


Can you inherit a private class?

632


What is class encapsulation?

593


Are polymorphisms mutations?

703


What is static modifier?

632


What is the fundamental idea of oop?

638


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1637


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1988


Can a varargs method be overloaded?

617