Can we have a abstract class withought any method? What is a
purspose of this?
Answer Posted / malli
Yes,we can able to keep abstract class without any any methods.
purpose: Abstract class support for all unimplemented
methods (or) all concrete methods (or) some concrete methods
and abstract methods. so based on requirement we can use
abstract class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we use return statement?
Why is a constant variable important?
What is java basic concept?
What is lazy programming?
How is abstraction implemented in java ?
what is the final keyword denotes in java?
What are the five major types of reference sources?
What is java and their uses?
What is set in java?
What is a ternary operator in java? What is an interface?
What do you know about the garbage collector in java?
Difference between arraylist and hashset in java?
What is dynamic binding(late binding)?
Can you add null to a list java?
explain multi-threading in java?