what is advantages and disadvantages in call by value and
call by reference
Answer Posted / shashank and nishant
In call by reference the the object will get change.
In calle by value it won't.
call by reference passes the address of the argument into
the required subroutine, thenh when it is altered in the
subroutine, its altered value will overwrite the original
argument value.
call by value only passes the value to the subroutine(i.e.
the subfunction defined)and this does not overwrite the
argument value.
| Is This Answer Correct ? | 53 Yes | 13 No |
Post New Answer View All Answers
What is the major difference between pool tables and transparent tables?
What are the advantages of different types of bdc's?
What are different data types in abap/4?
What is the difference between call transaction and session method? : abap bdc
How do you execute the payroll
Work most on which module: name a few tables?
What is a multiple line field?
What are the parameters in bdc_insert? : abap bdc
What are the different types of view?
What is the t-code to display batch input sessions? : abap bdc
what is defference between repository and non repository Object?
To how many tables can an append structure be assigned. : abap data dictionary
Which function module reads the data for particular infotype ? : abap hr
What are the differences between macro and subroutine?
What are the different abap editors? What is the used of different editors in abap?