AOP : Aspect Oriented Programming

AOP : programming paradigm that aims to increase modularity by allowing the separation of cross-cutting concerns. In any Application development we will have 2 things 1)Business Logic 2)Cross cutting logic 1) : Actual business related code : ex adding an employee details to DB 2): cross-cutting concerns are aspects of a program that affect other […]

Share this article on