Computer Science, asked by Mafioso, 5 months ago

Why would a class be declared as abstract?

Answers

Answered by abhinav2618
0

Answer:

Overview. One of the fundamental concepts in OOP is the abstract class. Abstract classes cannot be instantiated and are designed to be subclassed. They are used to provide some common functionality across a set of related classes while also allowing default method implementation

Explanation:

please do follow me

Answered by biswaspampa2021
0

Answer:

Overview. One of the fundamental concepts in OOP is the abstract class. Abstract classes cannot be instantiated and are designed to be subclassed. They are used to provide some common functionality across a set of related classes while also allowing default method implementations.

Similar questions