Answers

Question and Answer:

  Home  Ruby Developer

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

☛ Ruby Instance variable begins with — @

☛ Ruby Class variables begin with — @@

☛ Ruby Global variables begin with — $

 135 views

More Questions for you: