summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi b/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
index 76f6226f..1f9f2263 100644
--- a/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
+++ b/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
@@ -76,6 +76,7 @@ That's actually not really how it works in object oriented languages such as Jav
```
mult.calculate(mult,a,b));
```
+
How to overcome this? You need to take it further...
## Taking it further