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
When is finally block not called?
What is the properties class in java programming?
Is arraylist sorted in java?
What is output buffer?
What is a control variable example?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What does system.gc() and runtime.gc() methods do?
What loop means?
What is a null class?
How many return statement are allowed in a function?
What is used of static keyword in java?
What is a ?
What is floor math?
What is the differences between c++ and java? Explain
why using interface interface ?