Advantages of AOP and problem solved by AOP

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
Ruby - Overview of Ruby programming language
An open source programming language that focuses on simplicity and productivity. The syntax of Ruby language is elegant which is natural to read and easy to write.......
Ruby - What is Rails?
Ruby on Rails is an open source web application framework for the Ruby programming language.......
Ruby - Describe class libraries in Ruby
The Ruby standard library extends the foundation of the Ruby built-in library with classes and abstractions for a variety of programming needs.....
Post your comment