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
Explain the concept of proper inheritance?
How do I run java on windows?
Can we create an object of static class in java?
What is meant by method?
What is anti pattern in cyber security?
What does singleton class mean?
What are the steps in the jdbc connection?
Is there a way to increase the size of an array after its declaration?
What methodology can be employed to locate substrings inside a string?
Why are the destructors for base class and derived class called in reverse order when the program exits
How many bytes is a url?
What is difference between variable declaration and definition?
Does a function need a return?
What is the difference between access specifiers and access modifiers in java?
What is java util hashmap?