What are the major differences between AOP and OOP??
The key difference between OOP and AOP is that the focus of OOP is to break down the programming task in to objects, which encapsulate data and methods, while the focus of AOP is to break down the program in to crosscutting concerns.
****what is the difference between object based programming language and pure object oriented language?**