Answer Posted / basireddy
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 | 3 No |
Post New Answer View All Answers
What does .equals do in java?
What are scalar data types?
Is the empty set a singleton?
How to declare objects of a class ?
How do you compare arrays in java?
What is difference between identifier and variable?
What is final keyword in java? Give an example.
What is a nonetype?
How many bytes is double?
What is the exact difference in between Unicast and Multicast object?
Does java arraylist maintain insertion order?
What is dynamic binding(late binding)?
How do you remove an object from an arraylist in java?
What is formatted output?
What does function identity () do?