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 difference between variable declaration and definition?
Can we declare a static variable inside a method?
Who is founder of java?
Difference between nested and inner classes ?
Which is better list or arraylist in java?
Why we use multi threading instead of multiprocessing?
What is concurrent hashmap and its features?
Is heap stored in ram?
How many return statement are allowed in a function?
What mechanism does java use for memory management?
Is space a character in java?
What is a java string?
How do you start a new line in java?
explain multi-threading in java?
Give me an example of array and linked list? Where they can be used?