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 / manikandansit
Hello Mr.Kartik Naidhruva.I m not asking this is foolish or
not.i jus asking to explain.even though the question is
foolish don't answer like fool.jus explain how my question
is wrong that's better.jus explain about Object class
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the differences between forwarding () method and sendredirect() methods?
Can an interface have a constructor?
What methodology can be utilized to link to a database?
What is the difference between jfc & wfc?
Write a program based on Java script program.
Explain the meaning of java applet.
Will set allow duplicates in java?
Write a java program to count the number of words present in a string?
Why singleton pattern is better than creating singleton class with static instance?
Can we override protected method in java?
Why does java not support operator overloading?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is compareto?
What is hasnext in java?
Which is the best approach for creating thread ?