1.

Explain The Use Of Global Variable $ In Ruby?

Answer»

If you DECLARE one VARIABLE as global we can ACCESS any where, where as class variable visibility only in the class.

If you declare one variable as global we can access any where, where as class variable visibility only in the class.



Discussion

No Comment Found