Can i have abstract class with no abstract methods?
Answer Posted / arjun kumar
The class Abstract is defined as are used to declare common
characteristics of subclasses. It is used to provide a
template for concrete subclasses down the inheritance tree.
so we can't have abstract class with no abstract method
| Is This Answer Correct ? | 6 Yes | 24 No |
Post New Answer View All Answers
What is static import in java?
what is object-oriented programming in java?
What is application tier?
Should database connections be singleton?
What is ordered map in java?
Can you pass functions in java?
What is the effect of keeping a constructor private?
What is the concatenation operator in java?
Is there a case when finally will not execute?
What is difference between next () and nextline () in java?
What are the string methods in java?
Is singleton thread safe in java?
What are the legal parameters?
What are thread groups?
What is exception propagation?