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 a char in java?
What does the exclamation mark mean in java?
What is the difference between preparedstatement and statement in java?
Why we used break and continue statement in java?
Where are global variables stored?
Why do people says “java is robust”?
Why is the singleton pattern considered to be an anti pattern?
Define inheritance with reference to java.
What are scalar data types?
Does java isempty check for null?
How many classes can any class inherit java?
What is a qms manual?
What is methodological theory?
Can we declare the static variables and methods in an abstract class?
What are parameters in a method?