What is the difference between an Interface and an Abstract class? Ans. 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 and all methods are implicit...
See more
Download the Study24x7 App, so you can connect and collaborate.