what is extends keyword in java
Answers
Answered by
0
The distinction is that implements means that you are using the elements of a Java Interface in your class, and extends means thatyou are creating a sub class of the class you are extending, You can extend only one class in your new class, but you can implement as many interfaces as you would like.
hope this will help you...
mark me as brainliest pls...
Similar questions