how can be object class inherited to all class in a program
when java does not support multiple inheritance??
Answer Posted / ashok yadav
A class always extends only one class. That is the Object
class or the class defined with the extends keyword. That
class in turn can extend also only one class until eventual
the Object class is reached.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between compiler and jvm?
What is reflexive association?
What is the main functionality of the remote reference layer?
Which is a valid identifier?
What is the use of inner class?
Name container classes in java programming?
How can we make a class singleton?
why Interface used?
What are the main uses of java?
What is the benefit of inner classes in java?
Can we make the abstract methods static in java?
For class CFoo { }; what default methods will the compiler generate for you>?
How to read and write image from a file ?
What about instanceof operator in java?
Describe the Big-O Notation.