RKIT Software Interview Question

Difference between Abstract class and Interface

Interview Answer

Anonymous

Jul 14, 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