Can i have abstract class with no abstract methods?
Answer Posted / manish rawat
In abstract class we must declare atleast one abstract
method,because how can a class be abstract without an
abstract method(then what is the difference between
abstract and concrete class)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we inherit a class with private constructor?
What is hashset in java?
What is default exception handling in java?
What is the latest version of java?
What access modifiers can be used for variables?
Can I overload to string method
What is substring in java?
Does set allows null in java?
What is the difference between heap memory and stack memory?
What is a map? What are the implementations of map?
enlist some features of jdk.
What do you mean by append?
What is field name?
What is the difference between inheritance and encapsulation?
What is private public protected in java?