You are on page 1of 1

1] what is ment by abstract base class?

Answer:
An abstract base class is a class which cannot be
initiated.i.e., we cannot create new instances of an
abstract class.
This abstract base class functions as a base class for
other subclasses.
[2] Mention some of the separators used in java
programming?
Answer:
Separator is a type of token used in Java. Some the
separators us

You might also like