Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Agile methodology?

Answer Posted / srinivas kumar pabbisetti

It is an iterative and incremental software development methodology, where requirements and solutions evolve through collaboration between self-organizing, cross-functional teams. This methodology is very helpful for small and medium size teams however not suitable to large projects.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is polymorphism needed?

1020


What is an interface in oop?

994


Why oops is important?

1050


Which is not an object oriented programming language?

947


What is pure oop?

1054


Write a program to reverse a string using recursive function?

2297


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

3439


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

2240


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

3345


Why is object oriented programming so hard?

1037


hi all..i want to know oops concepts clearly can any1 explain??

2090


What is difference between abstraction and encapsulation?

1032


How to use CMutex, CSemaphore in VC++ MFC

4748


Why is abstraction used?

1045


What is destructor in oop?

998