Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
3
Task/Call-an-object-method/00-TASK.txt
Normal file
3
Task/Call-an-object-method/00-TASK.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
In [[object-oriented programming]] a method is a function associated with a particular class or object. In most forms of object oriented implementations methods can be static, associated with the class itself; or instance, associated with an instance of a class.
|
||||
|
||||
Show how to call a static or class method, and an instance method of a class.
|
||||
Loading…
Add table
Add a link
Reference in a new issue