Difference Between Call By Value and Call By Reference?

Answer Posted / ashish awasthi

in call by value method,a compiler get a copy of the
variable and thus changes made in the value in function
will not reflected back to the called function.but in call
by reference method,the compiler didn't get any copy ,but
actually it works on the original copy and thus changes
will be reflected back

Is This Answer Correct ?    261 Yes 59 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how to Handle the internal tables in ABAP?

642


Difference between domain and data element? What are aggregate object?

605


What is the difference between skip and new-line?

797


Explain the session method? : abap bdc

621


Where do you code the hide statement?

568






What is your approach for writing a bdc program? : abap bdc

588


visibility section for class level and attributes level

815


What is the differences between structure and table in the data dictionary in abap?

609


what is abstract classes

875


How to write a code in tab control? : abap bdc

631


Mention the various databases integrities?

614


What are the page windows?

552


What are the types of subroutines? : abap data dictionary

586


When will the current screen processing terminates?

547


PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'

3698