Pregunta de entrevista de NSEIT

Difference between interface and abstract class?

Respuesta de la entrevista

Anónimo

23 jun 2024

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