If all the methods in abstract class are declared as
abstract then what is difference between abstract class and
in interface?
Answer Posted / prasad bhagwat
You can inherit the abstract class and use only those
methids which you want.
But in Interface you have you implement every method.
| Is This Answer Correct ? | 7 Yes | 18 No |
Post New Answer View All Answers
What are alternatives to java serialization?
What is difference between protected and private?
Which collection is thread safe in java?
Which graphs are functions?
Can you pass by reference in java?
What is currentthread()?
What is numel matlab?
Define a java class.
Where we write javascript code in html page?
How does linkedlist work in java?
What do you understand by java?
Can we have more than one package statement in source file ?
what are the disadvantages of indexes in oracle?
What is type safety in java?
Can we create an object of private class?