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
Why do we use regex?
What does += mean in java?
How do you sort objects in java?
When is finally block not called?
What is meant by local variable and instance variable?
What is temp in java?
What is the original name of java?
Explain access specifiers?
Explain the inheritance?
What is the collections api in java programming?
What does escaping a character mean?
Define interface in java?
What is getkey () in java?
What environment variables are required to be set on a machine in order to run Java programs?
What is default switch case? Give example.