What is Agile methodology?
Answer Posted / vishwanath
Apart from all the above answers, just add this important
point.
There are many flavours of Agile Development:
1- Agile Manifesto
2- (XP) Extreme Progamming
3- Scrum
4- Crystal
5- Context Driven Testing
6- Lean Development
7- (Rational) Unified Process
| Is This Answer Correct ? | 59 Yes | 14 No |
Post New Answer View All Answers
write a program to find 2^n+1 ?
What is the difference between a mixin and inheritance?
What are the data types in oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is new keyword in oops?
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.
What is destructor example?
Is html an oop?
What is destructor in oop?
What is polymorphism explain its types?
Can main method override?
How oops is better than procedural?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is difference between oop and pop?
What is the real life example of polymorphism?