Vidyalelo
Ruby Programming · Q7

Advanced Topics in Ruby

Programming · Ruby Programming · question 7

Q7

What is a closure in Ruby?

A.
An object that encapsulates a block of code along with its surrounding context
Answer
B.
A block of code that can be passed around as an object
C.
A method that takes a block as an argument
D.
A method that returns a lambda

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board