mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Java - clarify extends
This commit is contained in:
parent
05d3fa73ae
commit
a2e2e202f4
@ -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.)
|
||||
|
Loading…
Reference in New Issue
Block a user