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
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is encapsulation in oop?
explain sub-type and sub class? atleast u have differ it into 4 points?
what is the sylabus for priliminaries?
What is the renewal class?
Can destructor be overloaded?
Which method cannot be overridden?
What is meant by multiple inheritance?
What are the data types in oop?
What type of loop is a for loop?
Why multiple inheritance is not allowed?
Why do pointers exist?
How to improve object oriented design skills?
write knight tour problem which is present in datastructure
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.