What is the difference between and abstract class and interface?
Anonymous
The main difference between them is that a class can implement more than one interface but can only inherit from one abstract class.
Check out your Company Bowl for anonymous work chats.