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 java in detail?
What are peerless components in java programming?
How big is a gigabyte?
Are arrays primitive data types?
What is object cloning in Java?
Can you explain the cs option of java interpreter?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What are the advantages of autoboxing?
What is the purpose of the enableevents() method in java programming?
Explain what pure virtual function is?
What is nextline method in java?
How an object is serialized in java?
What is the relationship difference the canvas class and the graphics class?
What is the difference between length and length() method in java?
What is the multi-catch block in java?