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
How do you trim a space in java?
What are recursive functions?
how to handle exceptions in ejb?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What is the functionability stubs and skeletons?
What is a ?
What are identifiers in java?
What is the size of arraylist in java?
What is garbage collection? Can it be forced to run?
Explain what is Marker interface?
Does sprintf add a null terminator?
What is the tradeoff between using an unordered array versus an ordered array?
Explain wait() method of object class ?
What are the differences between throw and throws?
what is inner class in java?