Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Method Redefinition in ABAP Objects

Go down

Method Redefinition in ABAP Objects Empty Method Redefinition in ABAP Objects

Post  Uma_ABAP Sun Apr 01, 2012 1:03 pm


The method that has already been defined in the superclass can be redefined within the
subclass .When a super class method is redefined within the sub –class then the method
name export import parameters remain the same but the method implemetation changes
.And whenever the redefined method is called from any instance of the sub class then the new implementation comes into picture .The earlier implementation that already existed in the super class is shadowed by the new implementation.

Method Redefinition in ABAP Objects 1

Uma_ABAP

Posts : 56
Join date : 2012-03-31

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum