Advantages of AOP and problem solved by AOP.Advantages: - It allows the developer to dynamically modify the static OO model to create a system that can grow to meet new requirements. - An application can adopt new characteristics as it develops just as objects in the real world can change their states during their lifecycles.
Problems solved: - AOP languages have functionality similar to, but more restricted than metaobject protocols. - Aspects relate closely to programming concepts like subjects, mixins, and delegation.Advantages of AOP and problem solved by AOP.The following are the advantages of AOP: -Code layering - Cross-cutting concerns - Code adjusting
|