As OOP has its own concepts, AOP also defines several concepts and terminologies to model the methodology. It is essential to have a clear idea about these concepts because obviously you are going to apply them in your code base. The standard AOP concepts are Aspect, Advice, Join point, Point cut and weaving. Each of these will be discussed below.AspectAspects ...