InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by AOP? |
|
Answer» Aspect-oriented PROGRAMMING or AOP is a programming approach that allows different properties of a program to DETERMINE how they are compiled into a program. You can use AOP with object-oriented programming or OOP. |
|