Can i have abstract class with no abstract methods?
Answer Posted / m.ahmad
yes, you can create abstract class with out abstract
method. Otherwise you can create abstract methos in
abstract class must you can overwrite in extends class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between error and an exception?
What is keyword and identifier?
How do you read and print a string in java?
What are Normalization Rules? Define Normalization?
What is the difference between the final method and abstract method?
How do you remove an object from an arraylist in java?
Explain garbage collection in java?
What is meant by collection in java?
How many types of literals are there in JAVA?
What is functional interface in java example?
Which collection is ordered in java?
What do you understand by the term wrapper classes?
How to sort an array in java without using sort method?
When is an object subject to garbage collection?
What is the purpose of void class?