If all the methods in abstract class are declared as
abstract then what is difference between abstract class and
in interface?
Answer Posted / ravi sv
Multiple inheritance is possible only through interface,not
with abstract class. So if u have an interface we can go
implementing multiple interfaces rather than extending a
single abstract class.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
How can I right-justify a string?
when to use ArrayList and when to use HashMap in webApplication.
What are the types of collections in java?
what is collatration?
Can you explain the usages of class.forname()?
Differece between class and generic class?
What is thread life cycle?
Is it safe to install java on my computer?
Is 9 a prime number?
How do you override a method in java?
What are the Static and Dynamic Variables? Differentiate them.
What do you mean by formatting?
What is the difference between access specifiers and access modifiers in java?
How does sublist works in java?
What is the difference between hashmap and hashtable? What is an interface?