0
MĂ©thode and instance
Whats the difference between a méthode and an instance https://www.sololearn.com/discuss/1700070/?ref=app
2 Answers
+ 3
A method of class is called an instance method when you create an instance of that class your creating an object of that class.
+ 1
A method is a function defined within a class and an instance is a variable defined within a class