What is the difference between a class variable and a class instance variable?

Technology CommunityCategory: RubyWhat is the difference between a class variable and a class instance variable?
VietMX Staff asked 3 years ago

Class instance variables are instance variables of a class. Class instance variables cannot be used within instance methods.