Is it compulsory to have atleast one abstract method in
abstract class?
Answer Posted / krishna
yes it is very much compulsory to have a one abstract mthod
in abstract class
otherwise will be no longer abstract
| Is This Answer Correct ? | 7 Yes | 33 No |
Post New Answer View All Answers
What is constructor and its types?
What does 0 mean in boolean?
What is jdbc api?
What is the difference between compare and compareto in java?
Can a constructor be made final?
How do you get the length of a string in java?
Can we execute a program without main?
Can you call a method in a method?
Is Constructor possible in abstract class in java ?
Can we declare an array without size in java?
What is math exp in java?
What is the difference between jdk and jre?
when you will synchronize a piece of your code? : Java thread
Explain the difference between arraylist and linkedlist in java?
Can final class have constructor?