what is the Notation used for denoting class variables in Ruby?
Answer Posted / Sachin Arya
In Ruby, class variables are denoted using two at signs (@@). They are shared among all instances of a class and its subclasses.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers