Pregunta de entrevista de RKIT Software

Difference between Abstract class and Interface

Respuesta de la entrevista

Anónimo

14 de jul de 2025

abstract class is one which where definition of methods are can or cannot be there whereas in case of interface the definition has to be overridden by the class inheriting it