Difference Between Interface and Abstract class?
both are same
abstract class has only method signature
interface has only method signature
none of the above