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
What does flag mean in java?
What is locale?
What is synchronization and why is it important in java programming?
What is computer compiler?
Why do we override tostring method in java?
Is there any difference between nested classes and inner classes?
Name container classes in java programming?
Why is boolean important?
Can a static method be overridden in java?
What are the different types of methodologies?
Explain the overview of UDP messaging.
Why string objects are immutable in java?
Name some classes present in java.util.regex package.
What is data string?
What is command line argument