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
Why put method is used?
What is use of arraylist in java?
What is floor in java?
What is the covariant return type?
What are the different approaches to implement a function to generate a random number?
What is the meaning of flag day?
What does %4d mean in java?
What is the default value of an object reference declared as an instance variable?
Can an integer be null java?
Difference between character constant and string constant in java ?
What is %02d?
What is lossy conversion in java?
What is time complexity java?
What is the difference between variable & constant?
How to create a base64 decoder in java8?