suppose we have an interface & that interface contains five
methods. if a class implements that interface then we have
to bound that to give tha definition of all five methods in
that class. If we declare that class as abstract then can
we call only two methods to give the deinition of that
method & i don't want to give the definition of all the
methods? can it possible
Answer Posted / pavan chaturvedi
no we have to override all methods of interface
| Is This Answer Correct ? | 2 Yes | 20 No |
Post New Answer View All Answers
What does %4d mean in java?
Difference between default and protected access specifiers?
What is the difference between a break statement and a continue statement?
Which java ide is used the most?
Which collection is best for sorting in java?
What is the purpose of interface?
what is abstract class in Java?
What is the super void?
How is string stored in java?
How to overcome the exception object reference not set to an instance of object?
Which is faster set or list in java?
Whats the difference between notify() and notifyall()?
What is the difference between import java.util.date and java .util?
How long will it take to learn java?
Can you change array size in java?