Team Lead Question:
Explain difference between Abstract class and interface in detail with live example?

Answer:
Abstract class : Have executable methods and abstract methods.
Interface: Will have only abstract methods.
Interface: Will have only abstract methods.