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 number data type in java?
How to create packages in java?
What is append function?
Why deletion in linkedlist is fast than arraylist?
What is difference between fileinputstream and filereader in java?
What does sizeof return?
Give some features of interface?
What are the super most classes for all the streams?
What are void methods?
How do you escape a string?
What does bitwise or mean?
What is api data?
Why java is secure? Explain.
Which category the java thread do fall in?
Can you pass functions in java?