Computer Science, asked by virudeepshamun10, 1 year ago

Which of the following happens to an abstract class even it does not contain any abstract methods?

It prevents the class from being initiated

It allows the class to get initiated

It blocks the class for some time and then allows it to get initiated

None of the listed options

Answers

Answered by Myst1c
0

A) It prevents the class from being initiated.

Answered by indiabrainly
0

Answer:

Explanation:

The prime and principal responsibility of an abstract class is in providing an appropriate root way of a defined class from which concrete, or maybe non-abstract sub classes can be derived.

This is a powerful and widespread and versatile feature that promotes code to re-use. Abstract classes are conceptualized as general features that are common to a wide range of different types of data that features as very general to become meaningful in the class of abstract. But which can cross over into a subclass.

Similar questions