How multipleInheritance is possible in java?
Answer Posted / srikanth
yes possile but memory will be allocated multiple times
when you extend multple class so, they removed that
concept
a class
b class c class d class
e class
when you what extend a class from e class then all class
will be loaded into main memory which is waste
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What's a method in programming?
How can I debug the Java security exceptions and AccessControlExceptions?
Can we override protected method in java?
What is square root in java?
placement papaers of spring computing technology
How do you compare two objects?
What are the main differences between notify and notifyAll in Java?
Which sorting is best in java?
What is object in java?
How do you identify independent and dependent variables?
What does a void function return?
What are different data types?
What is size () in java?
Which java collection does not allow null?
Define interface in java?