What is the difference between Abstract Classes and Interfaces? Give the answer as a table format....
In abstract class, there can be concrete methods. Whereas it's not the case with interfaces.