Pergunta de entrevista da empresa RKIT Software

Difference between Abstract class and Interface

Resposta da entrevista

Sigiloso

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