From a2e2e202f4d91a97ba81c7437958586b69ceb56e Mon Sep 17 00:00:00 2001 From: Sonia Hamilton Date: Tue, 2 Jul 2013 20:06:22 +1000 Subject: Java - clarify extends --- java.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java.html.markdown b/java.html.markdown index f4ab4220..8ba48d73 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -329,7 +329,7 @@ class Bicycle { } } // end class Bicycle -// Use `extends` to extend a class +// PennyFarthing is a subclass of Bicycle class PennyFarthing extends Bicycle { // (Penny Farthings are those bicycles with the big front wheel. // They have no gears.) -- cgit v1.2.3