all are saying java doesn't support multiple inheritance but
by default Object class is super class for all the user
defined classes and we can extend atmost one class so each
class can extend more than one class so java supports
multiple inheritance?i am confused with this,pls any one
explain me.
Answer Posted / dinesh goud
java does not supports multiple inheritance .........we fell that through interface we can achive but that is not correct.........through interface we achive only late binding.........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is method overloading with type promotion?
Can a main method be overloaded?
How the metacharacters are different from the ordinary characters?
Why java is platform independent? Explain.
Why is it important to initialize a variable?
What is the difference between call by reference and call by pointer?
What is java Applet?
Write a program to calculate factorial in java?
Is sizeof a preprocessor?
What is the difference between public, private, protected, and friend access?
How many types of the indexof method are there for strings?
What are bind parameters?
What is the primitive type byte?
Can a serialized object be transferred via network?