Prudential Interview Question

'what is abstraction in java'

Interview Answer

Anonymous

Dec 12, 2023

An abstract class is a class that is declared abstract —it may or may not include abstract methods. Abstract classes cannot be instantiated, but they can be subclassed.