so i have my programming exam this winter and one of my assignments is to explain what extends is without using a programming example.
Now i know what it is but i find it hard to explain with words how would you explain it? Like you extends which means you are a part of the class and can add additional information to the class that only your object can see i.e a Plane
extends Vehicle
but has its own methods called take off that allows it to fly.
How would you guys explain extends
?