top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Aspect oriented Programming

+2 votes
268 views

What are the major differences between AOP and OOP??

posted Jun 6, 2014 by Khusboo

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

The key difference between OOP and AOP is that the focus of OOP is to break down the programming task in to objects, which encapsulate data and methods, while the focus of AOP is to break down the program in to crosscutting concerns.

answer Jun 6, 2014 by Vrije Mani Upadhyay
...