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 it mean that a class or member is final?
What do you meant by active and passive objects?
What is the purpose of the strictfp keyword?
What is t type java?
What is autoboxing and unboxing?
What is the use of 'super' keyword inside a constructor?
What is string data?
worst case complexities of Quick sort and Merge sort.
What is the significance of listiterator?
Write a program to calculate factorial in java?
Does java linked list allow duplicates?
Is integer passed by reference in java?
How to access arraylist elements in java?
What are the new features in java 8? Explain
What is complexity in java?