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 / suresh chand
yes,it is possible that abstract class implements zero,
one,two,three or four interface methods but not all i.e
five. After this concrete class which extends the abstract
class, implements the remaining methods.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What do you understand by copy constructor in java?
What do you mean by default constructor in java?
How can I become a good programmer?
Why enumeration is faster than iterator?
What is compareto?
Is main a keyword in java?
Is java platform independent?
How to display names of all components in a Container?
What happens when a thrown exception is not handled?
how to prepare for IT Officers Interview in Banks
Difference between operator overloading and function overloading
What is java and their uses?
Can we override the overloaded method?
What do you mean by aggregation?
List the three steps for creating an object for a class?