There are 2 classes, 1 LandAnimal and another WaterAnimal.
There is another class Animal which wants to have the
properties of both LandAnimal and WaterAnimal. How will you
design this situation?
Answer Posted / kash
@ Bhaskr Reddy
The only problem I see with your solution is when I want to create the object Animal which has to implement properties from both WaterAnimal and LandAnumal: How will I create an instance of of class Animal which implements both the interfaces at the same time?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is OOP's Terms with explanation?
What is an argument java?
What is difference between overloading and overriding in java?
What are the rules for naming an array?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
How can the checkbox class be used to create a radio button?
Can long be null in java?
What is string pool?
what is the purpose of "virtual"?
What is variable explain with example?
Can we override singleton class?
When can you say a graph to be a tree?
What does I ++ mean?
What is use of static method?
What is the parse method in java?