If all the methods in abstract class are declared as
abstract then what is difference between abstract class and
in interface?
Answer Posted / sumit jain
i am not agree with the answer provided by prasad bhagwat
as already mention inthe question that all the method of
abtract class are declared as abstract and as per rules of
abstract class impletation you need to provide
implemenation of all abstract methods present in abstract
class unitl & unlesss you declared child class also as an
abstract class.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How do you add an arraylist to an array in java?
What is the default access specifier for variables and methods of a class?
how to convert Java project into Maven ?
How can constructor chaining be done by using the super keyword?
What is hashmap and map?
What is the use of hashmap in java?
What does 0 mean in boolean?
What is a void method java?
What is the purpose of main function in java?
What is the difference between JDK and JVM?
Is void a data type?
What are static initalizers in java ?
Is it possible for a yielded thread to get chance for its execution again?
How do you implement tree mirroring in java?
Why constructor has no return type?