extends is a keyword in several programming languages used to denote implementation inheritance
extends is a keyword in several programming languages which support object-oriented programming used to denote implementation inheritance (as opposed to implements used to denote interface inheritance).
Related