Saved Bookmarks
| 1. |
What Do You Mean By The Term “defer”? |
|
Answer» The TERM “defer” is a keyword that PROVIDES a block of code that EXECUTES when the execution is leaving the CURRENT SCOPE. The term “defer” is a keyword that provides a block of code that executes when the execution is leaving the current scope. |
|