
Abstract class

An Abstract class is a base class which cannot be instantiated but can be extended. It is always marked with an abstract keyword.
For more information, visit the following links:
http://www.roseindia.net/help/java/a/java-abstract-class.shtml
http://www.roseindia.net/java/master-java/abstract-class.shtml
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.