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
Can you run java program without main method?
Difference between static and dynamic class loading.
how we can make a write-only class in java?
What is math in java?
what is the constructor and how many types of constructors are used in java?
how to write a program for sending mails between client and server
Which package has light weight components?
What is a class object?
Explain about assignment statement?
Why we used vector class?
What is difference between static variable and global variable?
How does split work in java?
What is the different types of functions?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Explain java coding standards for classes or java coding conventions for classes?