InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is Pattern Matching? |
|
Answer» A pattern matching OCCURS when EVALUATING a function call. Through pattern matching mechanism, variables are BOUND to the values. A pattern matching occurs when evaluating a function call. Through pattern matching mechanism, variables are bound to the values. |
|