InterviewSolution
Saved Bookmarks
| 1. |
What Is Aop? |
|
Answer» AOP is an acronym for ASPECT Oriented Programming. It is a methodology that divides the program LOGIC into PIECES or parts or CONCERNS. It increases the MODULARITY and the key unit is Aspect. AOP is an acronym for Aspect Oriented Programming. It is a methodology that divides the program logic into pieces or parts or concerns. It increases the modularity and the key unit is Aspect. |
|