What is the difference between an interface and abstract class?

What is the difference between an interface and abstract class? Similarities You cannot instantiate them They may contain a mix of methods declared with or without an implementation Differences Interface abstract class All fields are automatically public, static, and...