Difference Between Call By Value and Call By Reference?
Answer Posted / vino
Mostly call by value and call by reference is differ from
copy and modify process..
Copy:
Call by value:
It take difference memory locations for variables.Duplicate copy of the original parameter is passed.
Call by reference:
It takes Same memoy locations for variables.Actual copy of the original parameter is passed.
Modify:
Call by value:
No affect on original parameter after modifying the parameter in functions.
Call by reference:
original parameter can be affect afetr modifying the parameter in function..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the types of indexes in abap?
State the differences between database view & projection view? : abap data dictionary
Explain the advantages of logical databases?
What is the differences between abap and ooabap. In which situation we useooabap?
Define alv programming in abap?
dynamic programming in sap abap
Explain how many types of tables exist and what are they in data dictionary?
How many types of size categories and data classes are there? : abap data dictionary
Difference between Field groups and internal tables?
How memory management happens for internal tables and work areas in abap?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What is the logo in sap script?
What function does data dictionary perform?
What are number ranges?
What are logical databases? : abap hr