Aspect oriented programming: Difference between revisions

added cross-cutting concerns
(Encapsulating features and tracking features spread throughout code)
 
(added cross-cutting concerns)
Line 7:
=={{header|Java}}==
 
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}}==
Anonymous user