ContactUs :

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

What is the difference between an abstract class and an interface?

Abstract class  - Have executable methods and abstract methods.Can only subclass one abstract class
Interface - Have no implementation code. All methods are abstract.A class can implement any number of interfaces.
Related Posts Plugin for WordPress, Blogger...
Flag Counter