Swift Developer Question:
Explain me 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.
Previous Question | Next Question |
Tell us the difference between not-running, inactive, active, background and suspended execution states? | Tell me what is Enum? |