Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

abstract class

Uses of Abstract Classes

Java Abstract class can implement interfaces without even providing the implementation of interface methods. Java Abstract class is used to provide common method implementation to all the subclasses or to provide default implementation. We can run abstract class in java like any other class if it has main() method.
Source by www.java67.com #
 
PREVIOUS NEXT
Tagged: #abstract #class
ADD COMMENT
Topic
Name
5+3 =