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 / srini
i think we can accomplish by using adapter design pattern.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the default size of set in java?
How does callback work in java?
What are voids?
How you can force the garbage collection?
What is the method to declare member of a class static?
What is the difference between iterator and enumeration ?
Is arraylist ordered in java?
Explain what are final variable in java?
Is void a return type?
What is volatile keyword in java
What is boolean false?
Is java good for beginners?
What is return data type?
What is the purpose of a default constructor?
What is null object in java?