What are the differences between an interface and abstract class in Java. (I specifically mentioned that it was my strongest language.)
Anonymous
One thing that should be noted is that abstract classes and interfaces is how object oriented designs are implemented. Any particular object can implement multiple interfaces whereas objects can only inherit from one class(even abstract)
Check out your Company Bowl for anonymous work chats.