Saved Bookmarks
| 1. |
What is non parameterized function |
|
Answer» Explanation: you pass VARIABLE(s) along to a NEW method WITHOUT vs with variables. parameter = same as variable in this CONTEXT. Therefore, NON-PARAMETERIZED (no variables) vs PARAMETERIZED (with variable(s)) |
|