what is the use of abstract class?
Answer Posted / rakesh
Java Abstract classes are used to declare common
characteristics of subclasses. An abstract class cannot be
instantiated. It can only be used as a superclass for other
classes that extend the abstract class. Abstract classes
are declared with the abstract keyword. Abstract classes
are used to provide a template or design for concrete
subclasses down the inheritance tree
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
How do you define a parameter?
What are the major advantages of internal iteration over external iteration?
How to display arraylist values in java?
Explain about features of local inner class?
What is slash r?
What does main method?
Explain about procedural programming language or structured programming language and its features?
What is intern method in java?
What is codebase?
What is the base class in java from which all classes are derived?
What is double word?
Can this keyword be used to refer static members?
What is the difference between the font and fontmetrics classes in java programming?
What is treeset in java?
How many arguments can a method have java?