Methods Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the difference between an Instance method and an Class method?

A

The difference is that, with a class method you can access that method without making a new instance of that specified class, and an instance method you can only access by calling it on an instance you’ve made on this class.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly