Tell me how you define Instance Variable, Global Variable and Class Variable in Ruby?

Submitted by: Muhammad
☛ Ruby Instance variable begins with - @
☛ Ruby Class variables begin with - @@
☛ Ruby Global variables begin with - $
Submitted by: Muhammad

Read Online Ruby Developer Job Interview Questions And Answers