Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

extend vs implement in java

Implementing in Java is using certain areas of a Java interface in the class
Extends means you are creating a subclass of the class you extended from

Only one class can be expended, but many interfaces can be inplemented
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #extend #implement #java
ADD COMMENT
Topic
Name
2+8 =