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 ?
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.