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

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

2083


What is polymorphism and types?

1043


Which type does string inherit from?

1063


How do you achieve runtime polymorphism?

999


What is inheritance in simple words?

1012


What is encapsulation in oops?

960


What is polymorphism in oops with example?

976


What is balance factor?

1020


What is abstraction in oops?

986


What is object in oops?

1024


What is meant by oops concept?

991


What is multilevel inheritance explain with example?

1091


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

2227


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?

3413


Can we define a class within the interface?

989