ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is Abstract ?

Applicable to classes, methods. Abstract method is a method without body. If a class has one abstract method, then the class will become abstract class, Abstract forces overriding, abstract doesn’t have an object. A class may be declared abstract even if it has no abstract methods. This prevents it from being instantiated.
Related Posts Plugin for WordPress, Blogger...
Flag Counter