| |
| | Inheritance and Derived Classes (Site not responding. Last check: 2007-10-21) |
 | | At run time, the values of the actual parameters are copied into the formal parameters before the function is executed. |
 | | If the actual and value foraml parameters are of different data types, a type conversion is performed from the actual to the formal parameter type, provided such a type conversion is defined. |
 | | If, for example, the actual parameters were arrays of 1000 elements each, this would result in a considerable saving of time, equivalent to 3000 copy opeartions on entry, for example. |
| www.ece.eps.hw.ac.uk /~andy/dsa/section7.htm (656 words) |
|