What we have to do, when we don't want to implement all
methods of an interface?
Answer Posted / somasundar m
We have to declare that class an abstract class by
declaring that particular unimplemented methods as abstract
method. And you can not create an instance for this class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which oo concept is achieved by using overloading and overriding?
How does split work in java?
Distinguish between a predicate and a function?
What are java methods?
Explain an algorithm to find depth of a binary tree.
What is the purpose of finalization in java programming?
What do you mean by stream pipelining in java 8?
What is unmodifiable collection in java?
What are the two types of streams offered by java 8?
When is finally block not called?
Why java is made?
Is .net better than java?
What is the use of callablestatement?
Can you inherit a constructor java?
Why java is secure? Explain.