Dell Technologies Interview Question

5. Why Abstract classes can't be instantiated?

Interview Answer

Anonymous

Jul 4, 2018

The Abstract class may contains abstract methods if object creation is possible the abstract methods will fail bcz these needs implementation.