0 votes
in JAVA by
Is it possible to instantiate the abstract class?

1 Answer

0 votes
by

No, the abstract class can never be instantiated even if it contains a constructor and all of its methods are implemented.

...