Tarento interview question

What are the SIMILARITIES between interface and abstract class?

Interview Answers

Anonymous

7 Dec 2011

This is the first time i have experienced someone asking SIMILARTIES (and not differences) between interface and abstract class.

Anonymous

17 Dec 2017

Interface can not be instantiated. Same way, you can not instantiate abstract class.