What is Agile methodology?
Answer Posted / mani prabhu
Scrum is an agile approach to software development. Rather than a full process or methodology, it is a framework. So instead of providing complete, detailed descriptions of how everything is to be done on the project, much is left up to the software development team. This is done because the team will know best how to solve the problem they are presented. This is why, for example, a sprint planning meeting is described in terms of the desired outcome (a commitment to a set of features to be developed in the next sprint) instead of a set of Entry criteria, Task definitions, Validation criteria, and Exit criteria (ETVX) as would be provided in most methodologies.
I Referred the site : HTTP://www.mountaingoatsoftware.com/scrum/overview
If you want to Know more about Scrum you can use this site
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
How to call a non virtual function in the derived class by using base class pointer
What is the fundamental idea of oop?
Can we define a class within the interface?
What is the point of polymorphism?
Why do we need polymorphism in c#?
Is abstract thinking intelligence?
What are the benefits of oop?
What is object-oriented programming? Webopedia definition
What are different oops concepts?
What is static modifier?
What are the data types in oop?
How many human genes are polymorphic?
can inline function declare in private part of class?
Get me an image implementation program.