What we have to do, when we don't want to implement all
methods of an interface?
Answer Posted / mallikarjun
Use another called implementing interface and that class can
be inherited to sub class. This process is called adapter
pattern
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What are the procedures?
What is super in java?
What are "methods" and "fields"?
Is it necessary for the port addresses to be unique? Explain with reason.
describe method overloading
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What is a memory leak in java?
What is class forname used for?
What is the purpose of java?
What is definition and declaration?
What is operator overloading. Is it is supported in java?
Write a function to print Fibonacci series and Tribonacci series?
why are there separate wait and sleep methods? : Java thread
How do you delete a list in java?