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
Which access specifier can be used with class ?
Explain about interrupt() method of thread class ?
What is the effect of keeping a constructor private?
What is difference in between java class and bean?
What is the final class?
What is the difference between static and non-static variables in java programming?
What is difference between float and double?
What is an class?
What are aggregate functions explain with examples?
Which methods are used during serialization and deserialization process?
Java Compiler is stored in JDK, JRE or JVM?
How do you write methodology?
What is the mapping mechanism used by java to identify IDL language?
How transient variable is different from volatile variable?
Can inner class extend any class?