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
What is a string what operation can be performed out with the help of a string?
What is boolean data type in java?
What are the four pillars of java?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
Which class is the superclass of all classes?
Explain the pointers in Java?
How do you format in java?
What is module in oop?
What is unicode full form?
Is space a character in java?
What is the static variable?
What is thread safe in java?
Difference between a class and an object?
Is minecraft java edition free?
Can we execute java program without main method?