Object Oriented Programming (OOP) in SAP ABAP
Object Oriented Programming (OOP) is an approach in which programmers design programs by modeling real world entities as objects. This leads to more intuitive, maintainable, and extensible program designs; most modern OOP languages such as C++, Java and SAP’s ABAP Objects support this paradigm. This guide presents fundamental concepts required to effectively design and develop …