Question: Inside an extension function, what is the name of the variable that corresponds to the receiver object
- The variable is named **it**
- The variable is named **this**
- The variable is named **receiver**
- The variable is named **default**
Answer: The correct answer of the above question is Option B:The variable is named **this**