0% found this document useful (0 votes)
12 views1 page

Understanding Abstract Base Classes in Java

An abstract base class cannot be initiated or have new instances created, but instead functions as a base class that other subclasses can extend from. Some common separators used in Java programming include commas, semicolons, periods, and parentheses to delineate code blocks, method declarations, and other syntax elements.

Uploaded by

Amitkumar Gundad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

Understanding Abstract Base Classes in Java

An abstract base class cannot be initiated or have new instances created, but instead functions as a base class that other subclasses can extend from. Some common separators used in Java programming include commas, semicolons, periods, and parentheses to delineate code blocks, method declarations, and other syntax elements.

Uploaded by

Amitkumar Gundad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

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