ContactUs :

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

What is the difference between an Interface and an Abstract class?

An Abstract class declares have at least one instance method that is declared abstract which will be implemented by the subclasses. An abstract class can have instance methods that implement a default behavior. An Interface can only declare constants and instance methods, but cannot implement default

behavior.

Related Posts Plugin for WordPress, Blogger...
Flag Counter