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
Explain java code for recursive solution's base case?
What is the lifetime and scope of a variable?
What is a static method in java?
What is OOP's Terms with explanation?
Can we force garbage collector to run ?
Can a hashset contain duplicates java?
Can we have return statement in finally clause? What will happen?
How to create com object in Java?
What is skeleton and stub? What is the purpose of those?
List some oops concepts in java?
Can a class be private?
Difference between predicate, supplier and consumer ?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
Why is multiple inheritance not supported in java?
What is anti pattern in java?