Can we have a abstract class withought any method? What is a
purspose of this?
Answer Posted / sourav kumar verma
it may or may not include abstract methods. Abstract classes
cannot be instantiated, but they can be subclassed.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you override a method?
what is bmg file and how to create that files?what will it contailn?
What is an infinite loop?
what is singleton class in java?
Can we make main() thread as daemon?
Is arraylist dynamic in java?
What are daemon Threads in java?
What is identifier with example?
What is lastindexof in java?
Explain the difference between static and dynamic binding in java?
Define array. Tell me about 2-D array.
Can we write class inside a class in java?
What advantage do java's layout managers provide over traditional windowing systems?
What is the difference between java applets and applications?
Can we override protected method in java?