Q. What is the difference between a class method and an instance method in Ruby?
β
Correct Answer: (A)
Class methods are called on the class itself, while instance methods are called on instances of the class
You must be Logged in to update hint/solution