Question: What does the Destroy function do?

  1. It deactivates the specified game object immidiately
  2. It deletes the specified game object after the current update loop
  3. It deletes the specified game object when the application terminates
  4. It deletes the specified game object immidaitely

Answer: The correct answer of the above question is Option B:It deletes the specified game object after the current update loop