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
Which is faster set or list in java?
What is the difference between length and length() method in java?
What is final keyword?
What is the syntax and characteristics of a lambda expression? Explain
Explain about the main() method in java?
Can an interface extend another interface?
What happens when a thrown exception is not handled?
What are the advantages of autoboxing?
What is lexicographically smallest string?
Explain different types of wrapper classes in java?
How many digits can a float hold?
How do you convert an int to a string in java?
What does regex mean?
How do you convert boolean to boolean?
How are variables stored in memory?