Domanda di colloquio di TD

What's the difference between an abstract class and an interface?

Risposta di colloquio

Anonimo

20 giu 2011

Abstract class methods can have implementation, interface methods cannot. Abstract classes can have member variables.

1