MorphoTrust USA Interview Question

What are the differences between an interface and abstract class in Java. (I specifically mentioned that it was my strongest language.)

Interview Answer

Anonymous

Oct 3, 2016

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)