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
Explain the significance of listiterator.
Can a static member function access member variable of an object?
Can a constructor call the constructor of parent class?
What is java string pool?
What is array command?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
Is java a security risk?
What is the symbol for space?
What is the association?
What is return used for in java?
Does hashset allow duplicates in java?
What is supplier in java?
What is a boolean expression in java?
What is static and final keyword in java?
What does it mean that a method or field is “static”?