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
Explain list interface?
What is java abstraction with example?
What is a key in java?
What is the difference between reader/writer and inputstream/output stream?
Can we override constructors in java?
What are the differences between processes and threads?
What is the unit of plancks constant?
What is a wrapper method?
What are the advantages of java over C++?
Can we increase size of array?
How to do a true java ping from windows?
What do you mean by pointer value and address?
What does += mean coding?
Explain jvm, jre, and jdk?
What are nested classes in java?