Journal of Electrical Systems and Information Technology (Dec 2018)

Aspect oriented programs: Issues and perspective

  • Sk. Riazur Raheman,
  • Hima Bindu Maringanti,
  • Amiya Kumar Rath

Journal volume & issue
Vol. 5, no. 3
pp. 562 – 575

Abstract

Read online

Aspect oriented programming (AOP) helps programmers for separating crosscutting concerns. All programming methodologies support split up and encapsulation of concerns. In object-oriented programming (OOP) crosscutting aspects are distributed among objects. It is hard to attain crosscutting in OOP as it is scattered in different objects. In AOP crosscutting concerns are addressed using one entity called aspect. This paper discusses varieties of existing slicing techniques of AOP. Also, we discuss a novel method to calculate dynamic slice of AOP. To represent AOP Aspect Oriented System Dependence Graph (AOSDG) is used. The complexity of this new approach is equal or improved as related to certain prevailing approaches. Keywords: Aspect, AOP, Slicing, Crosscutting, AOSDG