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
What are green threads in java?
What is the access scope of protected access specifier?
What is constructor and virtual function? Can we call a virtual function in a constructor?
Is a method a procedure?
How static variable work in java?
Does collectionutils isempty check for null?
What is string pool in java?
Where will it be used?
What do you mean by stack?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
What are internal and external variables?
What is lazy programming?
What is autoboxing and unboxing?
What is the preferred size of a component in java programming?
How do you remove an object from an arraylist in java?