Computer Science, asked by nachipawar, 7 months ago

which class cannot be instantiated in java​

Answers

Answered by Rose6124
0

Answer:

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.

Answered by prasadaaru2020
0

Answer:

it may help you follow and mark me as brainlist

Explanation:

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. When an abstract class is subclassed, the subclass usually provides implementations for all of the abstract methods in its parent class.

Similar questions