-1

The question is self-explanatory. What are the differences between these two?

MD Sayem Ahmed
  • 27,838
  • 25
  • 109
  • 176
  • 2
    possible duplicate of [Aspect Oriented Programming vs. Object-Oriented Programming](http://stackoverflow.com/questions/232884/aspect-oriented-programming-vs-object-oriented-programming) – JUST MY correct OPINION Feb 18 '11 at 09:40
  • Does this answer your question? [Aspect Oriented Programming vs. Object-Oriented Programming](https://stackoverflow.com/questions/232884/aspect-oriented-programming-vs-object-oriented-programming) – X X Nov 23 '20 at 14:52

2 Answers2

2

OOP builds a program up. AOP cuts across it.

I wouldn't say they're different as in alternatives really, more that AOP is a facet of OOP.

rich
  • 18,136
  • 10
  • 67
  • 100
1

I think this is already answered Here

Community
  • 1
  • 1
Anil Soman
  • 2,397
  • 7
  • 36
  • 63