AOP & OOP
OOP inheritance is good for behavior along vertical relationships;
AOP is good for behavior that applies cross horizontal layers (cross-cutting concern)
AOP works with OOP, doesn't replace OOP.
See here.
OOP inheritance is good for behavior along vertical relationships;
AOP is good for behavior that applies cross horizontal layers (cross-cutting concern)
AOP works with OOP, doesn't replace OOP.
See here.
Posted by Ginger at 3:24 PM 0 comments
Labels: AOP