Domanda di colloquio di Tarento

What are the SIMILARITIES between interface and abstract class?

Risposte di colloquio

Anonimo

7 dic 2011

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

Anonimo

17 dic 2017

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