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 multitasking and multithreading in Java
Why stringbuffer is faster than string?
What is an immutable object? How do you create one in java?
What does the string method compareto () do?
Define class?
What is <> used for in java?
What do you mean Abstraction in java?
Is a case study a method or methodology?
Can an interface extend another interface?
How does linkedhashmap work in java?
What is the purpose of garbage collection in java?
When should the method invokelater() be used?
What are different types of expressions?
Explain what access modifiers can be used for variables?
What is encapsulation in java?