FlashcardIntermediate
Class Inheritance with extends
extends lets one class inherit properties and methods from another.
Question
How does the extends keyword work for class inheritance?
Click to reveal answer
extends lets one class inherit properties and methods from another.
How does the extends keyword work for class inheritance?