Aspect oriented programming: Difference between revisions

Content added Content deleted
(Encapsulating features and tracking features spread throughout code)
 
(added cross-cutting concerns)
Line 7: Line 7:
=={{header|Java}}==
=={{header|Java}}==


Java has an aspect oriented programming library called AspectJ. Aspects can create entry and exit intercepts on normal methods.
Java has an aspect oriented programming library called AspectJ. Aspects can create entry and exit intercepts on normal methods. In aspect language, features are called cross-cutting concerns.


=={{header|C}}==
=={{header|C}}==