what is the use of abstract class?
Answer Posted / amod
1:Abstract class is a class which has many abstract methods
2:Abstract class cannot be instantiated
3rd ly the abstrat methods r blank
the child class use the or it extend the abstract class
for its use
the child contains the abstract methods
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the difference between a scrollbar and a scrollpane?
How strings are created in java?
What is function and method in java?
What is the functionality of the stub?
Why do we use bufferedreader?
What are the advantages of java over cpp?
Define jre i.e. Java runtime environment?
Does sprintf add a null terminator?
What do you know about the garbage collector?
What is difference between path and classpath?
What are "methods" and "fields"?
Why java is object oriented?
What is abstract class constructor called?
What is a dynamic array java?
Explain the difference between runnable and callable interface in java?