Domanda di colloquio di NSEIT

Difference between interface and abstract class?

Risposta di colloquio

Anonimo

23 giu 2024

Abstract class we cannot create object of that class we just inherit that Class and Interface is basically use for multiple implementation.