What is the difference between abstraction and interface?
Anonymous
interfaces use abstraction, but they are different from abstract classes in that they can both extend other classes and implements interfaces, whereas interfaces cannot extend classes. Also, abstract classes can have members both public, private, protected etc...., interface members are all public by default.
Check out your Company Bowl for anonymous work chats.