Timeline for What's the difference between a function and a method?
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 29, 2016 at 11:02 | comment | added | Pieter B | @laiv java.lang.math is nothing but a namespace containing functions disguised as class methods because, well because of OO.....The concept of functions does exist, just by another name: methods. They're the same thing. | |
| Apr 29, 2016 at 10:39 | comment | added | Laiv | All of them are classes ... with methods. The concept of Function is modeled into OOP as classes and methods. But there's no functions like we understood when we were programming C or Visual Basic. This is what I tried to said. I don't dare to do long argumentations because my little english :-) | |
| S Apr 29, 2016 at 10:36 | history | suggested | Brian Agnew | CC BY-SA 3.0 | there're -> there are |
| Apr 29, 2016 at 10:34 | comment | added | Brian Agnew | What about docs.oracle.com/javase/8/docs/api/java/util/function/… ? | |
| Apr 29, 2016 at 10:33 | review | Suggested edits | |||
| S Apr 29, 2016 at 10:36 | |||||
| Apr 28, 2016 at 19:02 | history | edited | Laiv | CC BY-SA 3.0 | added 61 characters in body |
| Apr 28, 2016 at 18:56 | history | edited | Laiv | CC BY-SA 3.0 | deleted 32 characters in body |
| Apr 28, 2016 at 16:20 | history | answered | Laiv | CC BY-SA 3.0 |