Skip to Content
0
Former Member
Nov 29, 2008 at 04:08 PM

Class Definition & Implementation

127 Views

Hi,

In JAVA or Other OOP languages the class definition & implementation are doing within the same task i.e with in the class only they are defining & implementing.But when it comes to ABAP the definition part & implementation part of a class are divided into 2 tasks. Why they are designed like that?