Software >> Programming >> Java >> Language >> What is the meaning of the keyword 'extends'

It means that the class inherits from another class

e.g.

classA extends classB

=> classA inherits from classB