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 nextline method in java?
What is the benefit of abstract class?
What is meant by anonymous class?
Are true and false keywords?
What does java ide mean?
Can an interface extend a class?
What are annotations in java?
What are functions in java?
What is lambda expression in java?
What is the difference between static method and instance method in Java?
Explain how to force the garbage collection in java.
Explain about fail fast iterators in java?
What is return data type?
How many bytes is a string in java?
When will we use them?