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
What are the 6 boolean operators?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Why singleton pattern is better than creating singleton class with static instance?
What is gc()?
Differentiate between == and equals().
Explain constructors and types of constructors in java.
Difference between current previous versions of Java?
What is the purpose of finalization in java programming?
What if static is removed from main method?
What is a programming object?
Is heap stored in ram?
What does nextint () do in java?
What is double parsedouble in java?
When throw keyword is used?
How many types of array are there?