What is multiple inheritance & can we implement it in java?
Answer Posted / siva
Multiple inheritance means it have more than one base class
and one derived..
but multiple inheritance does not support multiple
inheritance......
We r implementing multiple inheritance with the help of
interface...
and we not able to create object for interface class
directly but we can create indirectly
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What are inner classes or non static nested classes in java?
What are multiple inheritances? Is it supported by java?
What about main thread in java?
When do you get classcastexception?
What is static block?
Can static methods be inherited?
Is age a discrete variable?
What does || mean in vectors?
What is a Hash Table? What are the advantages of using a hash table?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
How are the elements of a gridbaglayout organized in java programming?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
How objects of a class are created if no constructor is defined in the class?
What do you mean Abstraction in java?