NSEIT Interview Question

Difference between interface and abstract class?

Interview Answer

Anonymous

Jun 23, 2024

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