Answers for "inheritance extends and super"

3

extends javascript

The extends keyword is used to create a child class of another class (parent). The child class inherits all the methods from another class. Inheritance is useful for code reusability: reuse properties and methods of an existing class when you create a new class.
Posted by: Guest on July-19-2020

Code answers related to "inheritance extends and super"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language