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
Is there a way to increase the size of an array after its declaration?
Does a function need a return?
What is diamond operator in java?
How do you sort in descending order in java using collections sort?
Where is java located?
What's the purpose of using break in each case of switch statement?
Can we have a try block without catch block?
What is an array length?
What is meant by memory leak?
What is the difference between class & structure?
What is java literals?
Explain thread life cycle in java?
what is mutual exclusion? : Java thread
Tell me are there implementations for sorting and searching in the java libarary?
What about interrupt() method of thread class ?