What is Agile methodology?
Answer Posted / nagesh viswanathan
Agile methodology is a conceptual framework where software
is devloped in iterations. Each iterations has Requirement
analysis, planning, design, coding, testing and
documentation.
Characteristics :
- Many builds are delivered in the iteration process
- Accepts change of requirement at any stage
- Requires close communication between business,
Development and Testing people
- Reduced risk and time to devlop
- Less documentation work compared to other methodologies
- Requires continious testing
| Is This Answer Correct ? | 71 Yes | 10 No |
Post New Answer View All Answers
What is object and example?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
Explain the concepts involved in Object Oriented programming.
What language is oop?
Why do we use inheritance?
What are the three parts of a simple empty class?
What are the advantages of polymorphism?
Can an interface inherit a class?
What is an example of genetic polymorphism?
What is multilevel inheritance in oop?
What is use of overloading?
What is polymorphism programming?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
what's the basic's in dot net
what is difference between class template and template class?