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.

Related questions

+1 vote
asked Oct 27, 2020 in JAVA by sharadyadav1986
0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
...