+1 vote
in JAVA by

What is an abstract class in Java?

1 Answer

0 votes
by
An abstract class is a class designed with implementation gaps for subclasses to fill in and is deliberately incomplete.

Related questions

0 votes
asked Jan 24, 2021 in JAVA by rajeshsharma
0 votes
asked Apr 30, 2021 in JAVA by rajeshsharma
...