Dell Technologies interview question

5. Why Abstract classes can't be instantiated?

Interview Answer

Anonymous

4 Jul 2018

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