Friday, November 5, 2010

Introduction to Aspect Oriented Programming

Aspect Oriented Programming (AOP) is a new programming paradigm dealing with separating crosscutting concerns that are usually hard to do in object-oriented programming. An aspect is a software entity implementing a specific non-functional part of the application. Click Here to read this nice article which gives a valuable introduction about it.

No comments:

Post a Comment