(Intro) Introduction to Aspect Oriented Programming
Submitted by guru on Sat, 01/17/2009 - 13:36
Intro : Introduction to Aspect Oriented Programming
Aspect-oriented programming (AOP) is a programming paradigm that increases modularity by allowing the separation of cross-cutting concerns, forming a basis for Aspect-oriented software development. Because it is a paradigm that was introduced historically after OOP it is a Post-OOP or Post-object programming paradigm, and because it is the best known, it is sometimes confused with the entire class of paradigms.
Courtesy:- En.wikipedia.org
- guru's blog
- Login to post comments
