What we have to do, when we don't want to implement all
methods of an interface?
Answer Posted / vinaygeddannavar
YOU SHOULD NOT GO FOR THE INHERIT IN CHILD SPECIFIC CLASS
THATS THE BEST WAY... OTHERWISE IF YOU MAKE IT AS ABSTRACT
CLASS AGAIN YOU NEED TO INHERIT THAT CLASS IN CHILD CLASS OK.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the common usage of serialization? What exceptions occur during serialization?
What does indexof return in java?
What is the difference between a factory and abstract factory pattern?
How do you include a string in java?
What is java lang string?
Why a dead thread occurs?
please send me hr interview questions in it industry
What is the difference between final, finally and finalize() in java?
What is the requirement of thread in java?
What is the purpose of extern variable?
what is meant by Byte code concept in Java?
Can we declare a class as static?
What is methods in java?
What are instance variables?
Can we have two main methods in a java class?