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
Is null a value?
What is the difference between length and size in java?
What is the final field modifier?
What is the difference between member variables initialization and assignment in a constructor?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
Difference between static synchronization vs. Instance synchronization?
What is the independent variable in an experiment?
Write a program to reverse array in place?
hr interview how many minutes asking question
Explain exception chaining in java?
What is the final method?
How can u increase the heap size in the memory?
What is the purpose of sizeof operator?
What are static blocks in java ?
Can bool be null?