What is relationship between agile and OOP?

what is relationship between agile and OOP?

  • I am a .net developer. Kindly guide what is relationship of agile and OOP ? What I know is Agile is a process that recommend TDD and OOP is a way of writing code. Are Agile and OOP both require to each other ? they are against each other or what please guide ?

  • Answer:

    OOP is a programming language paradigm. Agile is a software development process. OOP languages are sometimes used where an agile process is used (i.e. in the same company and/or project) - other than that, there is no relation.

haansi at Stack Overflow Visit the source

Was this solution helpful to you?

Other answers

Short answer, there is no relationship. There may be an inferred association in the same way that people associate pancakes with breakfast. Although pancakes and breakfast are often associated, there is no direct relationship which requires all breakfast eaters to consume pancakes.

Phil Klein

They are orthogonal. OOP is a programming paradigm as opposed to Procedural or Functional programming. Agile development has no implication on the programming paradigm used, but rather describes a mindset and a methodology how to approach software development in general.

Dennis Traub

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.