What is the difference between an abstract class and an interface?
Anonymous
An abstract class can provide a default implementation, while an interface cannot. Both aren't very exciting by themselves, and need to have classes that extend them. [Gave an example about abstract class].
Check out your Company Bowl for anonymous work chats.