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 return data type?
Where is jre installed?
What does void * mean?
How many threads can java run?
Which method must be implemented by all threads?
What are the 5 types of research methods?
What do you understand by overloading and overriding in java?
Is the empty set a singleton?
Why stringbuilder is not thread safe?
What is the difference between an inner class and a sub-class?
What are the approaches that you will follow for making a program very efficient?
What are keywords in java?
What is meant by class?
What is the purpose of a volatile variable?
What are the main features of java?