Computer Science, asked by nsanjaynayak705, 4 months ago

what is the significance of the keyword
"extend' in Java ?​

Answers

Answered by bhoomikasanjeev2009
0

Answer:

The extends keyword extends a class (indicates that a class is inherited from another class). In Java, it is possible to inherit attributes and methods from one class to another. We group the "inheritance concept" into two categories: subclass (child) - the class that inherits from another class.

Hope it is helpfull for you

Answered by iitsnikhil
0

Answer:

The extends keyword extends a class (indicates that a class is inherited from another class). In Java, it is possible to inherit attributes and methods from one class to another. We group the "inheritance concept" into two categories: subclass (child) - the class that inherits from another class.

Thank You

Similar questions