There can be a abstract class without abstract methods, but
what is the need to declare a class abstract if it doesn't
contain abstract methods?
Answer Posted / keerthi
It is used prevent creating object of abstract class.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Why does java not allow multiple public classes in a java file ?
What is one third plus one third as a fraction?
Write a program to solve producer consumer problem in java?
Are private methods final?
What is the static keyword?
How can we make a class virtual?
Which is faster call by value or call by reference?
Can we override private methods?
What is constructor chaining in java?
What do you mean by constructor?
What advantage do java's layout managers provide over traditional windowing systems?
Why should we use singleton pattern instead of static class?
What is the exact difference in between Unicast and Multicast object?
How do I start learning java?
How many decimal places is a double?