why java does not support multiple inheritance
Answer Posted / amod
In java single in-heritance is possible
where as mutiple in-heritance is not supported
we cannot extend multiple classes so its not possible for
multi[ple in heritance
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the meaning of flag day?
What is a protected class in java?
Explain about sets?
What is bifunction in java?
What is indexof in java?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
'A class is a template for an object' explain this statement.
how to write a server program and sending the mails to the server using smtp protocol please help me
What is the program development process?
What are structs in java?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What are the rules for naming an array?
What is a generic type?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Why do we need strings in java?