Domanda di colloquio di RKIT Software

Difference between Abstract class and Interface

Risposta di colloquio

Anonimo

14 lug 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