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
What is keyword in oop?
Can an integer be a string?
What are daemon Threads in java?
What is the difference between jvm and jre? What is an interface?
What is the difference between a checked and an unchecked exception?
What does regex mean?
How many arguments can a method have java?
Does constructor return any value?
Which is better ascii or unicode?
Is it possible to override private or static method in java?
What do you mean by Function Overloading in java?
How do you create a sop?
What restrictions are placed on method overloading in java programming?
What is the length of a string?
Is char a method in java?