
Explain the concept of abstract class and it?s use with a sample program.

Java Abstract Class
An abstract class is a class that is declared by using the abstract keyword. It may or may not have abstract methods. Abstract classes cannot be instantiated, but they can be extended into sub-classes.
For more information, visit the following links:
http://www.roseindia.net/java/master-java/abstract-class.shtml
http://www.roseindia.net/help/java/a/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.