Answer Posted / abc
interface is used when we want all the methods implement
the methods differnetly in different situations.
Abstract class
We also use abstract classes to override the
abstract methods that it contains.Otherwise the child class
will mentioned as abstract.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is a method vs function?
What are three advantages of using functions?
What are the two ways to create a thread?
Does chrome use java?
What is the maximum size of a string in java?
What is difference between arraylist and list in java?
What are multiple inheritances? Is it supported by java?
List some java keywords sun like c, c + + keywords?
What are 3 boolean operators?
Can we define package statement after import statement in java?
Explain the difference between static and dynamic binding in java?
What java is used for?
What is a treeset in java?
How many bits is size_t?
What is class variable java?